From 7f311aa39b63afd54d38d3d9d9f49bacb14b2025 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 25 Nov 2015 16:07:36 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index befee847..46d3af28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,8 +9,9 @@ merged in, and is automatically used on CPUs supporting the AVX instructions set. - An SSE2 optimized implementation of Poly1305 was added, and is twice as fast as the portable one. - - An SSSE3 optimized implementation of ChaCha20 was added. - - sodium_increment() is faster. + - An SSSE3 optimized implementation of ChaCha20 was added, and is +twice as fast as the portable one. + - sodium_increment(), crypto_verify_*() are faster. - New helper functions have been added: `sodium_is_zero()` and `sodium_add()`. - `sodium_runtime_has_aesni()` now properly detects the CPU flag when