From: Bodo Möller Date: Tue, 10 Jul 2001 10:04:05 +0000 (+0000) Subject: Precomputation will not necessarily be LIm-Lee precomputation. X-Git-Tag: OpenSSL_0_9_6c~182^2~37 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e3a4f8b84cd61d6a574d19668751f1e850920807;ds=sidebyside Precomputation will not necessarily be LIm-Lee precomputation. --- 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) \