From: Bodo Möller Date: Sat, 10 Jun 2000 10:08:31 +0000 (+0000) Subject: BN_mod_exp_mont_word entry: X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~73 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a71e2621bce1429371901005679e64e9f8276f7a;p=oweals%2Fopenssl.git 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). --- diff --git a/CHANGES b/CHANGES index c13f0a9e38..8c5090c101 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,7 @@ [Richard Levitte] *) 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] *) CygWin32 support.