From: Niels Möller Date: Sat, 15 Feb 2020 18:57:36 +0000 (+0100) Subject: ChangeLog for previous change. X-Git-Tag: nettle_3.6rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388a567942400aec3cf1dd50ec147d41ffb7e627;p=thirdparty%2Fnettle.git ChangeLog for previous change. --- diff --git a/ChangeLog b/ChangeLog index 5bb76681..2739545a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2020-02-15 Niels Möller + + From Dmitry Baryshkov: + * ecc-internal.h (ecc_modq_add, ecc_modq_mul, ecc_modp_sqr) + (ecc_modp_mul, ecc_mod_submul_1, ecc_modp_mul_1, ecc_modp_add) + (ecc_modp_sub): Deleted macros. Updated callers to use respective + functions instead. + (ecc_modp_addmul_1): Delete unused macro. + 2020-02-09 Niels Möller Addition of struct nettle_mac based on patches by Daiki Ueno.