Loading crypto/ec/ec.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading crypto/ec/ec_mult.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) \ Loading Loading
crypto/ec/ec.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
crypto/ec/ec_mult.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) \ Loading