From e58c30b3c3c1aa8ab43a90a8f2667ef4c6ab0503 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 11 Jul 2017 16:32:12 +0200 Subject: [PATCH] + AVX2 optimized BlaMka --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index f4cb4e04..cdbbaa0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ incorrectly defined on 32-bit platforms. This has been fixed. compiler. This has been fixed. - The Android compilation scripts have been updated for NDK r14b. - armv7s-optimized code was re-added to iOS builds. + - An AVX2 optimized implementation of the Argon2 round function was +added. - The Argon2id variant of Argon2 has been implemented. The high-level `crypto_pwhash_str_verify()` function automatically detects the algorithm and can verify both Argon2i and Argon2id hashed passwords.