From: Niels Möller Date: Sun, 27 Apr 2014 07:00:56 +0000 (+0200) Subject: Mention _DATA_SIZE to _BLOCK_SIZE rename. X-Git-Tag: nettle_3.0_release_20140607~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca51fc135ca4e0fa99ab0655d74655751bf518a;p=thirdparty%2Fnettle.git Mention _DATA_SIZE to _BLOCK_SIZE rename. --- 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.