diff --git a/ChangeLog b/ChangeLog index b26f1f8f..c27ff2b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ instructions set. twice as fast as the portable one. - An SSSE3 optimized implementation of ChaCha20 was added, and is twice as fast as the portable one. + - Faster `sodium_increment()` for common nonce sizes. - New helper functions have been added: `sodium_is_zero()` and `sodium_add()`. - `sodium_runtime_has_aesni()` now properly detects the CPU flag when