From: Niels Möller Date: Sat, 23 Sep 2017 09:32:49 +0000 (+0200) Subject: ChangeLog entry for previous change. X-Git-Tag: nettle_3.6rc1~75^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6bd65f921d5a753d0eca552a7f4b93a13da6dc;p=thirdparty%2Fnettle.git ChangeLog entry for previous change. --- diff --git a/ChangeLog b/ChangeLog index 16476255..7e126514 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.