From ff37903a00efe11123f911e0127688e4c8b41b4d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 26 Nov 2015 12:36:26 +0100 Subject: [PATCH] Rephrase --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 46d3af28..50445514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +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. - - sodium_increment(), crypto_verify_*() are faster. + - sodium_increment(), crypto_verify_*() also got a speed bump. - New helper functions have been added: `sodium_is_zero()` and `sodium_add()`. - `sodium_runtime_has_aesni()` now properly detects the CPU flag when