aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-07-10 10:04:05 +0000
committerBodo Möller <bodo@openssl.org>2001-07-10 10:04:05 +0000
commite3a4f8b84cd61d6a574d19668751f1e850920807 (patch)
tree399519b33191e9c4c25b8913e4ed2650a89294a7
parent7e99812432a73d7dfe2a7e27a72ce9a51b8efd93 (diff)
downloadopenssl-e3a4f8b84cd61d6a574d19668751f1e850920807.tar.gz
Precomputation will not necessarily be LIm-Lee precomputation.
-rw-r--r--crypto/ec/ec.h2
-rw-r--r--crypto/ec/ec_mult.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 7c333b20f1..5c92edaea5 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -84,7 +84,7 @@ typedef struct ec_group_st
-- field definition
-- curve coefficients
-- optional generator with associated information (order, cofactor)
- -- optional extra data (Lim/Lee precomputation table)
+ -- optional extra data (TODO: precomputed table for fast computation of multiples of generator)
*/
EC_GROUP;
diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c
index 63113e1260..651de977c9 100644
--- a/crypto/ec/ec_mult.c
+++ b/crypto/ec/ec_mult.c
@@ -60,7 +60,7 @@
/* TODO: width-m NAFs */
-/* TODO: optional Lim-Lee precomputation for the generator */
+/* TODO: optional precomputation of multiples of the generator */
#define EC_window_bits_for_scalar_size(b) \