crypto_pwhash_scryptxsalsa208sha256 -> crypto_pwhash_scryptsalsa208sha256

This commit is contained in:
Frank Denis 2014-05-15 00:13:30 -07:00
parent ee6412080c
commit 492eb4f5df

View File

@ -1,4 +1,8 @@
* Version 0.5.1
- crypto_pwhash_scryptxsalsa208sha256*() functions have been renamed
crypto_pwhash_scryptsalsa208sha256*().
* Version 0.5.0 * Version 0.5.0
- sodium_mlock()/sodium_munlock() have been introduced to lock pages - sodium_mlock()/sodium_munlock() have been introduced to lock pages
in memory before storing sensitive data, and to zero them before in memory before storing sensitive data, and to zero them before