From: Niels Möller Date: Fri, 10 Jan 2020 19:59:40 +0000 (+0100) Subject: ChangeLog entry for ecc renaming. X-Git-Tag: nettle_3.6rc1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1b423df26319088f2512b6314f6774132ccb82;p=thirdparty%2Fnettle.git ChangeLog entry for ecc renaming. --- diff --git a/ChangeLog b/ChangeLog index d4364783..4fc3d99f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-01-10 Niels Möller + + From Dmitry Eremin-Solenikov: Consistently rename ecc files and + internal functions to include curve name rather than just number + of bits. E.g., + * ecc-256.c (nettle_ecc_256_redc): File and function renamed to... + * ecc-secp256r1.c (_nettle_ecc_256_redc): ... new names. + * eccdata.c (ecc_curve_init, main): Take curve name as input, not + bit size. + 2020-01-03 Niels Möller Add benchmarking of ed25519, ed448 and curve448.