From: Niels Möller
+
Support older GMP versions, as far as practical.
+
Make use of GMP's mpn_cnd_add_n and mpn_sub_n (which will be
available in the next GMP release).
Plan for the Nettle-2.7 release
Code
-
+
Document new ECC functions.
@@ -91,7 +91,10 @@
nettle-2.8 is intended to be a minor API cleanup, with few new + features.
@@ -104,6 +107,19 @@ nettle library, with nettle_ prefix on the symbols, and no AC_REPLACE_FUNCS.
++ Use the type uint64_t for 64-bit block counts in all hash + functions. +
++ Move some internal-use macros from macros.h to nettle-internal.h. +
+ +These are some larger API changes under consideration.
+ +For Merkle-Damgaard hash functions, separate the state and the buffering. E.g., when using them for HMAC keyed "inner" and