aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/numthry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-1/+1
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-201-33/+180
* Add tests and timings for inverse_modJack Lloyd2016-02-201-4/+5
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-0/+3
* Fixlloyd2015-04-121-1/+1
* Remove the stray binary character making Python3 unhappy, removelloyd2015-04-121-3/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-2/+29
* Use 20 Miller-Rabin iterations regardless of the size of the integer. Thislloyd2014-04-131-151/+38
* Fix a bug in Miller-Rabin primality testing introduced in 1.8.3lloyd2014-04-101-5/+6
* Move lib into srclloyd2014-01-101-0/+409