summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/mpi/mplogic.c
Commit message (Expand)AuthorAgeFilesLines
* 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-26/+28
* Fix compiler warningsjpierre%netscape.com2002-09-071-7/+10
* Changes to make mpi use 64-bit digits on machines where unsigned longsnelsonb%netscape.com2000-09-141-1/+2
* Use new MP_HOWMANY macro instead of equivalent code.nelsonb%netscape.com2000-08-091-1/+1
* mpl_rsh now calls s_mp_div_2d instead of duplicating its logic.nelsonb%netscape.com2000-08-021-56/+2
* Declare mp_int function arguments "const" as appropriate.nelsonb%netscape.com2000-08-011-5/+5
* Add function mpl_get_bits(). Returns value of contiguous subset of bitsnelsonb%netscape.com2000-07-301-0/+29
* Use mp_size instead of unsigned int in function prototypes.nelsonb%netscape.com2000-07-281-4/+4
* Moved the declarations of many private defines and functions out of mpi.cnelsonb%netscape.com2000-07-271-9/+1
* Fix a bug in recently added function mp_set_bit().nelsonb%netscape.com2000-07-261-2/+3
* Fix assertion. Comparison sense was inverted.nelsonb%netscape.com2000-07-251-1/+1
* Implement mpl_get_bit, mpl_set_bit, mpl_significant_bits.nelsonb%netscape.com2000-07-211-0/+80
* Eliminate warnings found with -fullwarn.nelsonb%netscape.com2000-07-201-2/+2
* MPI Arbitrary Precision Integer Arithmetic library.nelsonb%netscape.com2000-07-141-0/+410