aboutsummaryrefslogtreecommitdiff
path: root/bigint.cpp
Commit message (Collapse)AuthorAge
* ACTUALLY fix strongPseudoPrime2Tom Smeding2016-10-24
|
* Remove mention of bigint testing python scripttomsmeding2016-10-14
|
* divmod: recursive -> iterativetomsmeding2016-10-13
|
* Comment bigint (and fix indentation in gf28)tomsmeding2016-10-12
|
* Better error handling (exceptions)tomsmeding2016-10-09
|
* Fix some serious bugs with castingtomsmeding2016-10-08
|
* Fix sign issues in divmodtomsmeding2016-10-08
|
* Code cleanuptomsmeding2016-10-08
|
* Improve bigint division depth estimatetomsmeding2016-10-08
|
* Bigint parsing: also hex, and add string constructortomsmeding2016-10-08
|
* Make code work on Linux and older compilerstomsmeding2016-10-07
|
* (de)serialise -> (de)serialiseMantissatomsmeding2016-10-06
|
* Now division ACTUALLY workstomsmeding2016-10-05
|
* Add (non-working yet) Lucas testtomsmeding2016-10-04
|
* More primes and primality testingtomsmeding2016-10-04
|
* Progresstomsmeding2016-10-03
|
* Initialtomsmeding2016-10-03