Update ChangeLog

This commit is contained in:
Frank Denis 2017-08-05 20:58:11 +02:00
parent a894ec93f2
commit 9e0e77a3fd

View File

@ -28,6 +28,8 @@ AVX* when temperature/power consumption is a concern.
- `crypto_kx_*()` now aborts if called with no non-NULL pointers to - `crypto_kx_*()` now aborts if called with no non-NULL pointers to
store keys to. 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
`crypto_pwhash_str_alg()` function.
* 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