From 8cb860265b104f44a9174ca6d7668cb23f5fccb3 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 27 Apr 2013 10:27:40 -0700 Subject: [PATCH] Update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9435a4b7..9d7ecc1d 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ - sodium_version_*() functions were not exported in version 0.4. They are now visible as intended. - sodium_init() now calls randombytes_stir(). + - optimized assembly version of salsa20 is now used on amd64. + - further cleanups and enhanced compatibility with non-C99 compilers. * Version 0.4 - Most constants and operations are now available as actual functions