aboutsummaryrefslogtreecommitdiffstats
path: root/checks/bigint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate most uses of exit() to bail on an error; instead throw anlloyd2007-02-191-8/+4
| | | | exception upto the top level, that's what it's there for.
* Revert last change to check.cpp (didn't mean to commit that)lloyd2006-06-071-0/+18
| | | | Commit the actual squaring tests in checks/bigint.cpp
* If we find a problem during the BigInt tests, print the data in hexlloyd2006-05-191-8/+2
| | | | instead of decimal.
* Initial checkin1.5.6lloyd2006-05-181-0/+336