Precomputation will not necessarily be LIm-Lee precomputation.

This commit is contained in:
Bodo Möller 2001-07-10 10:04:05 +00:00
parent 7e99812432
commit e3a4f8b84c
2 changed files with 2 additions and 2 deletions

View 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;

View 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) \