BN_mod_exp_mont_word entry:
authorBodo Möller <bodo@openssl.org>
Sat, 10 Jun 2000 10:08:31 +0000 (10:08 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 10 Jun 2000 10:08:31 +0000 (10:08 +0000)
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).

CHANGES

diff --git a/CHANGES b/CHANGES
index c13f0a9e387134884798d2b36c2561d288df6f56..8c5090c10152daa83be250c0a4b7c911716ce2dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,7 +24,7 @@
      [Richard Levitte]
 
   *) New function BN_mod_exp_mont_word for small bases (roughly 15-20%
      [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.
      [Bodo Moeller]
 
   *) CygWin32 support.