summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-04-27 09:00:56 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-04-27 09:00:56 +0200
commit9ca51fc135ca4e0fa99ab0655d74655751bf518a (patch)
treeda79023df7d84abd39e7ba223156609cd8913ba0 /NEWS
parent2fdc023b95b20cf0444df40ae8d669414fdf8dc5 (diff)
downloadnettle-9ca51fc135ca4e0fa99ab0655d74655751bf518a.tar.gz
Mention _DATA_SIZE to _BLOCK_SIZE rename.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d5ad48b..32e67ce1 100644
--- 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.