ChangeLog

This commit is contained in:
Frank Denis 2017-08-09 22:27:49 +02:00
parent 76995c52ff
commit e6e3f7dd8d

View File

@ -30,6 +30,8 @@ store keys to.
- SSE2 implementations of `crypto_verify_*()` have been added. - SSE2 implementations of `crypto_verify_*()` have been added.
- Passwords can be hashed using a specific algorithm with the new - Passwords can be hashed using a specific algorithm with the new
`crypto_pwhash_str_alg()` function. `crypto_pwhash_str_alg()` function.
- Due to popular demand, base64 encoding (`sodium_bin2base64()`) and
decoding (`sodium_base642bin()`) have been implemented.
* 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