From 2d9a849ee36280400b5f905005313ae1492654d3 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Niels=20M=C3=B6ller?=
- 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. +