From: Niels Möller Date: Wed, 7 Sep 2016 20:08:31 +0000 (+0200) Subject: Mention memeql_sec in NEWS. X-Git-Tag: nettle_3.3_release_20161001~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50968277d0d7946b2a8ce87a689802ae85b13e7c;p=thirdparty%2Fnettle.git Mention memeql_sec in NEWS. --- diff --git a/ChangeLog b/ChangeLog index 96ed1f0f..0dd7f5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * nettle.texinfo (Elliptic curves): Split into sub-nodes. (Miscellaneous functions): Document memeql_sec. + * NEWS: Mention memeql_sec. 2016-09-06 Niels Möller diff --git a/NEWS b/NEWS index eabc82e6..16e93a1b 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,11 @@ NEWS for the Nettle 3.3 release * Fix a couple of formally undefined shift operations, reported by Nikos Mavrogiannopoulos. + New features: + + * New function memeql_sec, for side-channel silent comparison + of two memory areas. + Miscellaneous: * Building the public key support of nettle now requires GMP