Oops^2: It was the correct line, but an incorrect change.
[oweals/openssl.git] / crypto / ec / ec.h
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;