summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/mpi/mpi.h
Commit message (Expand)AuthorAgeFilesLines
* Last Comment Bug 459248 - Support Intel AES extensions.rrelyea%redhat.com2008-12-041-0/+4
* Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines.gerv%gerv.net2004-04-271-0/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-28/+29
* Get freebl and mpi to build for WinCE. Use NSPR for I/O in sysrand.nelsonb%netscape.com2002-04-041-1/+3
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-131-0/+5
* Implement new mpi function mpi_read_variable_radix(). It's likenelsonb%netscape.com2000-12-291-0/+1
* Add support for unsigned long long mp_digits.nelsonb%netscape.com2000-12-131-30/+39
* Make this file buildable on Macjavi%netscape.com2000-11-081-0/+4
* New implementation of mp_invmod for even moduli. 3x-500x faster thannelsonb%netscape.com2000-10-241-3/+7
* Incorporate multiplication performance enhancements for UltraSparc CPUsnelsonb%netscape.com2000-09-301-4/+7
* Don't use type "ulong". Use "unsigned long" instead.nelsonb%netscape.com2000-09-291-1/+1
* Add mp_set_long and mp_set_ulong to the public API.nelsonb%netscape.com2000-09-281-0/+2
* Changes to make mpi use 64-bit digits on machines where unsigned longsnelsonb%netscape.com2000-09-141-3/+32
* Fix mpi.h so that it compiles when MP_NO_MP_WORD is defined on the commandnelsonb%netscape.com2000-08-311-3/+3
* Big changes for performance. mp_digits are now always unsigned ints.nelsonb%netscape.com2000-08-311-14/+14
* Big changes for performance.nelsonb%netscape.com2000-08-221-1/+4
* Add new signed mp_word type, mp_sword. Used to get arithmetic rightnelsonb%netscape.com2000-08-041-0/+4
* Declare mp_int function arguments "const" as appropriate.nelsonb%netscape.com2000-08-011-32/+32
* Use unsigned int for mp_digit instead of unsigned long when both arenelsonb%netscape.com2000-07-281-10/+13
* Use unsigned ints for length parameters to "octets" functions.nelsonb%netscape.com2000-07-201-4/+4
* All #defines now have MP_ prefix. To get old #defines, compile withnelsonb%netscape.com2000-07-191-28/+50
* Add support for 32-bit digits (64-bit words) on platforms that cannelsonb%netscape.com2000-07-171-5/+40
* MPI Arbitrary Precision Integer Arithmetic library.nelsonb%netscape.com2000-07-141-0/+208