-
- Downloads
This commit completes recent modular exponentiation optimizations on
x86_64 platform. It targets specifically RSA1024 sign (using ideas from http://eprint.iacr.org/2011/239) and adds more than 10% on most platforms. Overall performance improvement relative to 1.0.0 is ~40% in average, with best result of 54% on Westmere. Incidentally ~40% is average improvement even for longer key lengths.
Showing
- Configure 4 additions, 3 deletionsConfigure
- TABLE 12 additions, 12 deletionsTABLE
- crypto/bn/Makefile 2 additions, 0 deletionscrypto/bn/Makefile
- crypto/bn/asm/x86_64-mont.pl 3 additions, 2 deletionscrypto/bn/asm/x86_64-mont.pl
- crypto/bn/asm/x86_64-mont5.pl 834 additions, 0 deletionscrypto/bn/asm/x86_64-mont5.pl
- crypto/bn/bn_exp.c 149 additions, 41 deletionscrypto/bn/bn_exp.c
Loading
Please register or sign in to comment