From: Niels Möller Date: Tue, 6 Nov 2012 19:38:52 +0000 (+0100) Subject: Fixed description of salsa20 (for the 2.5 release a while ago). X-Git-Tag: nettle_2.6_release_20130116~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d1016ea13ff6256be915329cedb6f807272b5f;p=thirdparty%2Fnettle.git Fixed description of salsa20 (for the 2.5 release a while ago). --- diff --git a/NEWS b/NEWS index 8f7e9e67..dcb827b9 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,7 @@ NEWS for the 2.5 release New features: - * Support for the salsa20 block cipher, including x86_64 + * Support for the salsa20 stream cipher, including x86_64 assembler. Originally contributed by Simon Josefsson, based on the reference implementation, then further optimized.