From fb4dc083e5cb1944bfa9c53d5f380d6ca225ce65 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 17 Aug 2017 14:08:11 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 054b392b..a272ba9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,8 +33,10 @@ store keys to. `crypto_pwhash_str_alg()` function. - Due to popular demand, base64 encoding (`sodium_bin2base64()`) and decoding (`sodium_base642bin()`) have been implemented. - - A new crypto_secretstream_*() API was added to safely encrypt files + - A new `crypto_secretstream_*()` API was added to safely encrypt files and multi-part messages. + - The `sodium_pad()` and `sodium_unpad()` helper functions have been +added in order to add & remove padding. * Version 1.0.13 - Javascript: the sumo builds now include all symbols. They were