summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-29 11:06:50 +0000
committerBodo Möller <bodo@openssl.org>2000-11-29 11:06:50 +0000
commitbdec3c5323c7a726814257ec9b43fcd259f4e206 (patch)
tree4c31644918a3d2a2fb6c30901a44ea745990ffab /CHANGES
parent53d286797cc3f6df068a2d0a8ade90d8f4b88cdd (diff)
Implement BN_kronecker test.
Modify "CHANGES" entry for BN_mod_inverse (it's not just avoiding BN_div that increases performance, avoiding BN_mul also helps)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 7a5bac81d0..a469186a27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,8 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
*) Make BN_mod_inverse faster by explicitly handling small quotients
- in the Euclid loop instead of always using BN_div.
- (Speed gain about 20% for small moduli [256 or 512 bits], about
- 30% for larger ones [1024 or 2048 bits].)
+ in the Euclid loop. (Speed gain about 20% for small moduli [256 or
+ 512 bits], about 30% for larger ones [1024 or 2048 bits].)
[Bodo Moeller]
*) Disable ssl2_peek and ssl3_peek (i.e., both implementations