summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/mpi
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_3_RTM'NSS_3_3_RTMcvs2hg2001-07-111-3/+3
* Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. Thiswtc%netscape.com2001-06-181-5/+0
* Bugzilla bug #82837: backed out the workaround as we are not affected bywtc%netscape.com2001-05-311-1/+1
* Bugzilla bug #82837: work around a Forte6 compiler optimization bug onwtc%netscape.com2001-05-301-1/+1
* A version of the Intel assembler code for Solaris i86pc's as assembler.nelsonb%netscape.com2001-04-271-0/+342
* bug 70992 patches to build 4.2 BSDrelyea%netscape.com2001-03-131-0/+5
* Fix memory leak in mpp_make_prime. Bug 67094.nelsonb%netscape.com2001-01-311-0/+1
* When searching for a prime, the number of Miller-Rabin tests to benelsonb%netscape.com2001-01-183-9/+27
* Save and restore %ebx register in all functions. Fixes bug 64940.nelsonb%netscape.com2001-01-121-13/+23
* Changed HP assembler routine multacc512 in hpma512.s so that itnelsonb%netscape.com2001-01-082-6/+10
* Generation of prime numbers has been failing on HP since MPI began tonelsonb%netscape.com2001-01-081-4/+10
* This file has been superseded by mpv_sparcv8.s and mpv_sparcv9.snelsonb%netscape.com2000-12-291-2690/+0
* Implement new mpi function mpi_read_variable_radix(). It's likenelsonb%netscape.com2000-12-293-2/+42
* Optimized version of these functions, contributed by Sun.nelsonb%netscape.com2000-12-292-3241/+3310
* Separate the floating point and integer implementations of modularnelsonb%netscape.com2000-12-281-233/+332
* Attempt to clarify code to reduce confusion about side effect ofnelsonb%netscape.com2000-12-271-2/+1
* Change HP 64-bit and hybrid builds to use new HP assembly code.nelsonb%netscape.com2000-12-271-36/+26
* The Initial Developer of the Original Code is Netscapenelsonb%netscape.com2000-12-271-0/+111
* The Initial Developer of the Original Code is the Hewlett-Packard Company.nelsonb%netscape.com2000-12-272-0/+680
* The Initial Developer of the Original Code is the Hewlett-Packard Company.nelsonb%netscape.com2000-12-271-0/+929
* Revise mp_div and s_mp_div substantially. Reduce the number of temporarynelsonb%netscape.com2000-12-202-96/+99
* Implement new feature test macros for controlling the use of mp_word overnelsonb%netscape.com2000-12-152-32/+39
* Add missing Makefile lines to build mpi optimally for AIX 32 and 64-bit.nelsonb%netscape.com2000-12-151-0/+17
* Fix mpi-test for machines that have long or long long digits.nelsonb%netscape.com2000-12-151-3/+14
* Add support for unsigned long long mp_digits.nelsonb%netscape.com2000-12-134-68/+151
* This file is the output of Sun's WorkShop 5.0 compiler for mpv_sparc.c,nelsonb%netscape.com2000-12-132-0/+3265
* On DEC Alpha/OSF1, following the examples in <c_asm.h>, use inlinenelsonb%netscape.com2000-12-091-18/+41
* When building without the inline assembly macros, use a simple castnelsonb%netscape.com2000-12-091-9/+15
* This modification, contributed by Sun, avoids computing values >= 2^52.nelsonb%netscape.com2000-12-081-112/+12
* Use the new floating point Montgomery multiply code from Sun on Solaris.nelsonb%netscape.com2000-12-022-41/+150
* Back out a previous change to one line of this code for performance.nelsonb%netscape.com2000-12-011-1/+1
* Add new optional third argument which specifies modulus size in bytes.nelsonb%netscape.com2000-12-011-5/+12
* Replace compiler-generated inner loop code with optimized code.nelsonb%netscape.com2000-12-012-307/+313
* * The Original Code is SPARC hand-optimized Montgomery multiply functions.nelsonb%netscape.com2000-12-012-0/+4236
* * inline macros for SPARC Montgomery multiply functions.nelsonb%netscape.com2000-12-012-0/+259
* Add missing error detection to identest. Change the order in whichnelsonb%netscape.com2000-11-291-16/+24
* Fix bug 61394. Don't increase length of input vector by 1. Avoidnelsonb%netscape.com2000-11-291-5/+4
* Get the montmulf code to build, in preparation for integration into MPI.nelsonb%netscape.com2000-11-173-77/+23
* Add values for test modulus and exponent for benchmarking purposes.nelsonb%netscape.com2000-11-081-3/+16
* Fix mpp_pprime (Miller-Rabin Pseudo Primality test) to report MP_NO,nelsonb%netscape.com2000-11-082-30/+41
* Make this file buildable on Macjavi%netscape.com2000-11-082-1/+25
* Performance benchmark for modular exponentiation.nelsonb%netscape.com2000-10-261-0/+319
* New implementation of mp_invmod for even moduli. 3x-500x faster thannelsonb%netscape.com2000-10-244-183/+623
* * The Original Code is SPARC hand-optimized Montgomery multiply functions.nelsonb%netscape.com2000-10-131-0/+1976
* * inline macros for SPARC Montgomery multiply functions.nelsonb%netscape.com2000-10-131-0/+195
* * interface file for SPARC Montgomery multiply functions.nelsonb%netscape.com2000-10-131-0/+98
* * The Original Code is SPARC optimized Montgomery multiply functions.nelsonb%netscape.com2000-10-131-0/+318
* Added missing closing comment delimiter "*/".wtc%netscape.com2000-09-301-1/+1
* Incorporate multiplication performance enhancements for UltraSparc CPUsnelsonb%netscape.com2000-09-302-5/+25
* The Initial Developer of the Original Code is Netscape Communicationsnelsonb%netscape.com2000-09-301-0/+359