Update ChangeLog

This commit is contained in:
Frank Denis 2017-08-17 14:08:11 +02:00
parent 50c7632cc3
commit fb4dc083e5

View File

@ -33,8 +33,10 @@ store keys to.
`crypto_pwhash_str_alg()` function. `crypto_pwhash_str_alg()` function.
- Due to popular demand, base64 encoding (`sodium_bin2base64()`) and - Due to popular demand, base64 encoding (`sodium_bin2base64()`) and
decoding (`sodium_base642bin()`) have been implemented. 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. 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 * Version 1.0.13
- Javascript: the sumo builds now include all symbols. They were - Javascript: the sumo builds now include all symbols. They were