summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/mpi/mpi-test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mpi-test for machines that have long or long long digits.nelsonb%netscape.com2000-12-151-3/+14
* Fix mpp_pprime (Miller-Rabin Pseudo Primality test) to report MP_NO,nelsonb%netscape.com2000-11-081-0/+21
* New implementation of mp_invmod for even moduli. 3x-500x faster thannelsonb%netscape.com2000-10-241-96/+319
* Changes to make mpi use 64-bit digits on machines where unsigned longsnelsonb%netscape.com2000-09-141-12/+18
* Fix two bugs in mp_invmod: a) returned wrong result if output var is alsonelsonb%netscape.com2000-09-121-1/+21
* Change mpi-test to check the return values from most functions-under-testnelsonb%netscape.com2000-08-291-30/+30
* Disambiguoate error messages in mod-expt test.nelsonb%netscape.com2000-07-281-4/+4
* Fix sprintf format, can't use DIGIT_FMT.nelsonb%netscape.com2000-07-271-1/+1
* Elimintate type mismatch warning.nelsonb%netscape.com2000-07-171-1/+2
* MPI Arbitrary Precision Integer Arithmetic library.nelsonb%netscape.com2000-07-141-0/+1691