Update README.md with the new stuff which has been added since 0.15.0

This commit is contained in:
Jesper Louis Andersen 2017-03-19 19:14:10 +01:00
parent 2b8052a09a
commit ec60a63874
2 changed files with 19 additions and 0 deletions

View File

@ -1,8 +1,11 @@
List of people who have contributed to the eNaCl source code:
Alexander Færøy
Alexander Malaev
Amir Ghassemi Nasr
Geller Bedoya
Jesper Louis Andersen
Joel Stanley
Konrad Zemek
Parnell Springmeyer
Ricardo Lanziano

View File

@ -121,6 +121,22 @@ However, their correct use is still needed in order to be secure:
# Versions
### master
Bump libsodium requirement to version 1.0.12. This gives us access to
a number of functions which are added recently and thus gives us
access to implement these from libsodium.
Features:
* Add kx_* functions (Alexander Malaev)
* chacha stream functions added, siphash-2-4 added, unsafe_memzero/1
added (no attribution)
Bug fixes:
* Do not use the dirty-scheduler test macro as it is gone.
### v0.15.0
Bug fixes: