From 482a9d41b93f504a94ee889c1ebe406e05088c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Sat, 10 Jun 2000 12:05:52 +0000 Subject: [PATCH] In longer tests with g=2, DH exchange does not become quite as fast as expected -- maybe it's the different processor, maybe my previous timings were too inaccurate. --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 8c5090c101..ec5b7c4d80 100644 --- a/CHANGES +++ b/CHANGES @@ -23,8 +23,8 @@ Free => OPENSSL_free [Richard Levitte] - *) New function BN_mod_exp_mont_word for small bases (roughly 15-20% - faster than BN_mod_exp_mont, i.e. 7-10% for a full DH exchange). + *) New function BN_mod_exp_mont_word for small bases (roughly 15% + faster than BN_mod_exp_mont, i.e. 7% for a full DH exchange). [Bodo Moeller] *) CygWin32 support. -- GitLab