mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
BN_mod_exp_mont_word entry:
Don't give performance gain estimates that appear to be more precise than they really are, especially when they are wrong (2/(1/1.15 + 1) = ca. 1.0698).
This commit is contained in:
parent
b908bd4e15
commit
a71e2621bc
2
CHANGES
2
CHANGES
@ -24,7 +24,7 @@
|
|||||||
[Richard Levitte]
|
[Richard Levitte]
|
||||||
|
|
||||||
*) New function BN_mod_exp_mont_word for small bases (roughly 15-20%
|
*) New function BN_mod_exp_mont_word for small bases (roughly 15-20%
|
||||||
faster than BN_mod_exp_mont, i.e. 7.5-10% for a full DH exchange).
|
faster than BN_mod_exp_mont, i.e. 7-10% for a full DH exchange).
|
||||||
[Bodo Moeller]
|
[Bodo Moeller]
|
||||||
|
|
||||||
*) CygWin32 support.
|
*) CygWin32 support.
|
||||||
|
Loading…
Reference in New Issue
Block a user