issues
search
nim-lang
/
bigints
BigInts for Nim
MIT License
124
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump jiro4989/setup-nim-action from 1 to 2
#145
dependabot[bot]
closed
4 months ago
0
Bump peaceiris/actions-gh-pages from 3 to 4
#144
dependabot[bot]
closed
7 months ago
0
for loops for bigint is very slow
#143
kaji331
closed
9 months ago
4
Unify `initBigInt` for `SomeInteger`s
#142
konsumlamm
opened
11 months ago
4
Test on i386
#141
konsumlamm
opened
11 months ago
0
Bump actions/checkout from 1 to 4
#140
dependabot[bot]
closed
1 year ago
0
Create dependabot.yml
#139
ringabout
closed
1 year ago
0
feat: add Pollard's p-1 example
#138
vil02
closed
11 months ago
3
Faster `powmod`
#137
konsumlamm
opened
1 year ago
0
Update documentation link
#136
konsumlamm
closed
1 year ago
0
Improve `powmod`
#135
konsumlamm
opened
1 year ago
6
Fix `shl` and `shr`
#134
konsumlamm
closed
1 year ago
1
Fix `shl`, `shr` & simplify `isZero`
#133
konsumlamm
closed
1 year ago
3
More functions for working with `SomeInteger`s
#132
konsumlamm
opened
1 year ago
0
Error encountered while using the `toInt` function
#131
lanbairua
opened
1 year ago
1
chore: split workflows
#130
vil02
closed
1 year ago
1
feat: add rho-Pollard example
#129
vil02
closed
1 year ago
2
Add toBytes proc
#128
ehmry
opened
1 year ago
9
Rename tests/tliterals for automated testing
#127
ehmry
closed
1 year ago
3
Workflow: Add documentation in gh-pages
#126
dlesnoff
closed
1 year ago
0
nimdocs.com going away
#125
guzba
closed
1 year ago
9
Rational numbers
#124
bobbbob98
opened
1 year ago
4
Division causes assert failure
#123
guidovranken
opened
1 year ago
18
bump new version
#122
bung87
closed
1 year ago
6
Bump nim stable 1.6.x version for CI
#121
dlesnoff
closed
1 year ago
0
fix int set construction
#120
bung87
closed
1 year ago
1
Fix status badge href
#119
rotu
closed
2 years ago
0
Add functions for randomly generating bigints
#118
rotu
closed
2 years ago
6
Some functions are not being imported
#117
Grench6
closed
2 years ago
2
initBigInt converts minus sign "-" to zero.
#116
calroc
closed
2 years ago
2
Version is 1.0.0 but latest tag is 0.5.0
#115
rotu
closed
2 years ago
5
Split bigints.nim in multiple files
#114
dlesnoff
closed
1 year ago
5
Benchmarks
#113
dlesnoff
opened
2 years ago
1
Add and test initRandomBigInt for issue #101
#112
dlesnoff
opened
2 years ago
12
Implement bitwise operations for negative numbers
#111
konsumlamm
closed
2 years ago
1
Implement floating point conversion
#110
rotu
opened
2 years ago
13
Implicit widening conversions
#109
rotu
closed
2 years ago
6
Add signum function
#108
rotu
opened
2 years ago
5
Add setBit, clearBit and testBit
#107
demotomohiro
opened
2 years ago
1
Add benchmarks
#106
konsumlamm
opened
2 years ago
1
Run `runnableExamples` in CI
#105
konsumlamm
closed
2 years ago
0
Always normalize
#104
konsumlamm
closed
2 years ago
2
Update elliptic.nim
#103
planetis-m
opened
2 years ago
8
Check that examples compile
#102
konsumlamm
closed
2 years ago
0
[Feature Request] Random BigInt
#101
dlesnoff
opened
2 years ago
3
Rename `toSignedInt` to `toInt` & add support for unsigned integers
#100
konsumlamm
closed
2 years ago
1
[Bug] `toSignedInt[int64]` produces wrong results in certain cases
#99
konsumlamm
closed
2 years ago
0
Add more test cases
#98
konsumlamm
closed
2 years ago
0
Update CI to check 1.6.4
#97
konsumlamm
closed
2 years ago
7
Base multiplication returns wrong results for some big numbers
#96
dlesnoff
closed
2 years ago
5
Next