From 044d063c938424f3206540aa4736ac137e9cb79c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 27 Jun 2017 16:39:15 +0200 Subject: [PATCH] Document Argon2id support --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3e0fbe01..c2d79261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,12 @@ 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. + - 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. +The default algorithm for newly hashed passwords remains Argon2i in +this version to avoid breaking compatibility with verifiers running +libsodium <= 1.0.12. * Version 1.0.12 - Ed25519ph was implemented, adding a multi-part signature API