From 767b782a0a14ae2f1766ce0fe69371dfcb4687f8 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Niels=20M=C3=B6ller?=
+
Add larger "safe" curves, e.g., M-383, curve41417, curve448 and E-521.
-+
Add functions for converting ECC points to and from ANSI x9.62.
-- Use side-channel silent GMP functions for RSA and DSA. May require - additional interface changes, to use mpn functions. +
+ Use side-channel silent mpz_powm_sec for RSA and DSA.
-- Side-channel silent mem_equalp. +
+ Side-channel silent memeql_sec.
+
Assembly optimizations for ARMv8 (64-bit).
-+
Further optimizations of curve25519 and EdDSA, in particular, more @@ -59,22 +58,20 @@
+
Use GMP-5 functions unconditionally.
+Use more functions from GMP-6 and later, when available: mpn_sec_add_1, mpn_sec_tabselect, mpn_sec_invert, mpn_cnd_swap, ...
- Update SHA3 documentation. -
-- Update and extend RSA documentation. +
+ Document memeql_sec.
+
Update AX_CREATE_STDINT_H to the latest version.
-- 2.47.2