]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed description of salsa20 (for the 2.5 release a while ago).
authorNiels Möller <nisse@lysator.liu.se>
Tue, 6 Nov 2012 19:38:52 +0000 (20:38 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 6 Nov 2012 19:38:52 +0000 (20:38 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 8f7e9e67608f5ba60c6d4181c9db65d8e590d086..dcb827b907c77148978270c61d96b4796e7940ba 100644 (file)
--- 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.