Precomputation will not necessarily be LIm-Lee precomputation.
authorBodo Möller <bodo@openssl.org>
Tue, 10 Jul 2001 10:04:05 +0000 (10:04 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 10 Jul 2001 10:04:05 +0000 (10:04 +0000)
crypto/ec/ec.h
crypto/ec/ec_mult.c

index 7c333b20f15d316f672b990bde0f95dacd5e1d43..5c92edaea56497bc32356c29a88082ea93a8b233 100644 (file)
@@ -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;
 
index 63113e12600926a470a8ff4f47360368686058f1..651de977c9e347cc4a968efb14a9d57100ba1468 100644 (file)
@@ -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) \