summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/mpi/montmulf.c
Commit message (Collapse)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-30/+32
|
* Fix bug 105185, which sometimes caused the result to be greater than n.nelsonb%netscape.com2001-10-171-1/+1
| | | | Fix suggested by Ferenc Rakoczi <Ferenc.Rakoczi@Sun.COM>
* When building without the inline assembly macros, use a simple castnelsonb%netscape.com2000-12-091-9/+15
| | | | | rather than the math lib's floor() function. Also, don't and with a mask of all 1 bits when casting to a smaller unsigned type will suffice.
* Back out a previous change to one line of this code for performance.nelsonb%netscape.com2000-12-011-1/+1
|
* Get the montmulf code to build, in preparation for integration into MPI.nelsonb%netscape.com2000-11-171-18/+20
|
* * The Original Code is SPARC optimized Montgomery multiply functions.nelsonb%netscape.com2000-10-131-0/+318
* * The Initial Developer of the Original Code is Sun Microsystems Inc. * Portions created by Sun Microsystems Inc. are * Copyright (C) 1999-2000 Sun Microsystems Inc. All Rights Reserved.