summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bb0aa49..b6f5c2ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-10-21 Niels Möller <nisse@lysator.liu.se>
+
+ * ecc-secp384r1.c (ecc_secp384r1_inv): New function, modular
+ inverse using powering.
+ (_nettle_secp_384r1): Analogous updates. Increases signing
+ performance roughly 15% on x86_64.
+
2020-10-20 Niels Möller <nisse@lysator.liu.se>
* ecc-mod-inv.c (ecc_mod_inv_redc): Deleted, no longer needed.