From: Niels Möller
- 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. +