aboutsummaryrefslogtreecommitdiffstats
path: root/checks/bigint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Testierlloyd2014-01-011-358/+0
* Test report is more useful nowlloyd2013-12-311-36/+35
* Quieterlloyd2013-12-311-1/+13
* Split up tests by typelloyd2013-12-311-12/+0
* Remove BigInt::grow_reg which was only used by a few tests.lloyd2012-07-311-4/+4
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Delete the self-test global RNG: just create one in main() and pass itlloyd2008-06-281-10/+14
* Remove uses of global PRNG from self-test and benchmark code. Assumeslloyd2008-06-271-3/+2
* Fix some -Wmissing-declarations warningslloyd2008-06-121-0/+5
* Previously random_integer and friends used the global PRNG object to getlloyd2008-05-241-1/+2
* Remove the Global_RNG namespace, along with rng.h and rng.cpp. This waslloyd2008-04-071-2/+2
* Eliminate most uses of exit() to bail on an error; instead throw anlloyd2007-02-191-8/+4
* Revert last change to check.cpp (didn't mean to commit that)lloyd2006-06-071-0/+18
* If we find a problem during the BigInt tests, print the data in hexlloyd2006-05-191-8/+2
* Initial checkin1.5.6lloyd2006-05-181-0/+336