From c7eec99d2f565bf2acdeb87c87ee80b0a5cbce4c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 6 Dec 2015 19:55:47 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) 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