From e3a4f8b84cd61d6a574d19668751f1e850920807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 10 Jul 2001 10:04:05 +0000 Subject: [PATCH] Precomputation will not necessarily be LIm-Lee precomputation. --- crypto/ec/ec.h | 2 +- crypto/ec/ec_mult.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index 7c333b20f..5c92edaea 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 63113e126..651de977c 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) \