Update NEWS

This commit is contained in:
Frank Denis 2013-04-27 10:27:40 -07:00
parent 808d1807dc
commit 8cb860265b

2
NEWS
View File

@ -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