From 492eb4f5dfc9561adbd56cfdf0fcf56a3efb8b12 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 15 May 2014 00:13:30 -0700 Subject: [PATCH] crypto_pwhash_scryptxsalsa208sha256 -> crypto_pwhash_scryptsalsa208sha256 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6820be5d..39c2c9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ +* Version 0.5.1 + - crypto_pwhash_scryptxsalsa208sha256*() functions have been renamed +crypto_pwhash_scryptsalsa208sha256*(). + * Version 0.5.0 - sodium_mlock()/sodium_munlock() have been introduced to lock pages in memory before storing sensitive data, and to zero them before