From: Niels Möller Date: Thu, 14 Feb 2013 10:32:11 +0000 (+0100) Subject: Update of plan.html. X-Git-Tag: nettle_2.7_release_20130424~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9a849ee36280400b5f905005313ae1492654d3;p=thirdparty%2Fnettle.git Update of plan.html. --- diff --git a/misc/plan.html b/misc/plan.html index b49c960f..2be1ce12 100644 --- a/misc/plan.html +++ b/misc/plan.html @@ -1,4 +1,4 @@ - + @@ -28,11 +28,8 @@ Leave for some later release!

-

Plan for the Nettle-2.6 release

+

Plan for the Nettle-2.7 release

Documentation

-

- Update documentation with info on SHA3. -

Update NEWS file.

@@ -71,11 +68,6 @@ nettle library, with nettle_ prefix on the symbols, and no AC_REPLACE_FUNCS.

-

- Rename sha256 to sha2_256, and similar for other sha2 functions. - Split sha.h into sha1.h and sha2.h. For backwards compatibility, - keep sha.h with old names as aliases. -

For Merkle-Damgaard hash functions, separate the state and the buffering. E.g., when using them for HMAC keyed "inner" and @@ -100,5 +92,9 @@ the private key is not available to the library. And without an explosion of the number of functions.

+

+ Make the assembly ALIGN-macro non-logarithmic, reusing the m4 log2 + macro in GMP. +