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:
Bodo Möller 2000-06-10 10:08:31 +00:00
parent b908bd4e15
commit a71e2621bc

View File

@ -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.