diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8fa31fd..2bac1c5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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 diff --git a/README.md b/README.md index c5ffb20..2830558 100644 --- a/README.md +++ b/README.md @@ -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: