From 2d9a849ee36280400b5f905005313ae1492654d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Thu, 14 Feb 2013 11:32:11 +0100 Subject: [PATCH] Update of plan.html. --- misc/plan.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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. +

-- 2.47.2