summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-16 12:02:01 +0000
committerBodo Möller <bodo@openssl.org>2001-11-16 12:02:01 +0000
commit76c4336c4336d6165ffbb45ccb93a19092ef05cc (patch)
treef27a031227fff31b32670f5198ff532f574cf2b5 /CHANGES
parente71adb85c5c9e91bd743814665709ea275f4386f (diff)
wNAFs use does not bring that much performance on Sparcs (where
elliptic curves are are relatively faster than on PCs anyway)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f51029ef77..8f62d89a23 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,8 +12,8 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
- +) Use wNAFs in EC_POINTs_mul() for improved efficiency (about 10%
- better than before for single multiplications over P-192 or P-224).
+ +) Use wNAFs in EC_POINTs_mul() for improved efficiency
+ (up to about 10% better than before for P-192 and P-224).
[Bodo Moeller]
-) [In 0.9.6c-engine release:]