diff --git a/ChangeLog b/ChangeLog index 1647625513998065fa13c6f8dd270157b50c058b..7e126514081aed18a647db52ac233f2d09e9aff2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ 2017-09-23 Daiki Ueno + * ecc-eh-to-a.c (ecc_eh_to_a): Use ecc->q.bit_size, instead of + hard-coded value for curve25519. + * eddsa-sign.c (_eddsa_sign): Likewise. + * ecc-internal.h (ecc_dup_func): New typedef. (struct ecc_curve): New constants add_hh_itch and dup_itch, new function pointers add_hh and dup.