]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Mention _DATA_SIZE to _BLOCK_SIZE rename.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 27 Apr 2014 07:00:56 +0000 (09:00 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 27 Apr 2014 07:00:56 +0000 (09:00 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0d5ad48b235af5de9c71ce24f2456d606c0924da..32e67ce1e7e6377c7b9321cdecca6bb54207ea48 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,10 @@ NEWS for the Nettle 3.0 release
          changed from uint8_t * to void *, for consistency with
          related libc functions.
 
+       * For hash functions, the constants *_DATA_SIZE have been
+         renamed to *_BLOCK_SIZE. Old names kept for backwards
+         compatibility.
+
        Removed features:
 
        * The nettle_next_prime function has been deleted.