From e6e3f7dd8d40205afc477a5310b96a8e569c9614 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 9 Aug 2017 22:27:49 +0200 Subject: [PATCH] ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ce502497..b3e331d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,8 @@ store keys to. - SSE2 implementations of `crypto_verify_*()` have been added. - Passwords can be hashed using a specific algorithm with the new `crypto_pwhash_str_alg()` function. + - Due to popular demand, base64 encoding (`sodium_bin2base64()`) and +decoding (`sodium_base642bin()`) have been implemented. * Version 1.0.13 - Javascript: the sumo builds now include all symbols. They were