]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog for previous change.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 15 Feb 2020 18:57:36 +0000 (19:57 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 15 Feb 2020 18:57:36 +0000 (19:57 +0100)
ChangeLog

index 5bb766814041714fbf48114a41faf999b9505a60..2739545a3607f7f794bc13b4f674cd0ee12a94ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-02-15  Niels Möller  <nisse@lysator.liu.se>
+
+       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  <nisse@lysator.liu.se>
 
        Addition of struct nettle_mac based on patches by Daiki Ueno.