From a71e2621bce1429371901005679e64e9f8276f7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 10 Jun 2000 10:08:31 +0000 Subject: [PATCH 1/1] 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). --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1