提交 e3a4f8b8 编写于 作者: B Bodo Möller

Precomputation will not necessarily be LIm-Lee precomputation.

上级 7e998124
......@@ -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;
......
......@@ -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) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册