Update ChangeLog

This commit is contained in:
Frank Denis 2015-11-25 16:07:36 +01:00
parent 96d83ec341
commit 7f311aa39b

View File

@ -9,8 +9,9 @@ merged in, and is automatically used on CPUs supporting the AVX
instructions set. instructions set.
- An SSE2 optimized implementation of Poly1305 was added, and is - An SSE2 optimized implementation of Poly1305 was added, and is
twice as fast as the portable one. twice as fast as the portable one.
- An SSSE3 optimized implementation of ChaCha20 was added. - An SSSE3 optimized implementation of ChaCha20 was added, and is
- sodium_increment() is faster. twice as fast as the portable one.
- sodium_increment(), crypto_verify_*() are faster.
- New helper functions have been added: `sodium_is_zero()` and - New helper functions have been added: `sodium_is_zero()` and
`sodium_add()`. `sodium_add()`.
- `sodium_runtime_has_aesni()` now properly detects the CPU flag when - `sodium_runtime_has_aesni()` now properly detects the CPU flag when