Document Argon2id support
This commit is contained in:
parent
beac509209
commit
044d063c93
@ -8,6 +8,12 @@ incorrectly defined on 32-bit platforms. This has been fixed.
|
|||||||
compiler. This has been fixed.
|
compiler. This has been fixed.
|
||||||
- The Android compilation scripts have been updated for NDK r14b.
|
- The Android compilation scripts have been updated for NDK r14b.
|
||||||
- armv7s-optimized code was re-added to iOS builds.
|
- 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
|
* Version 1.0.12
|
||||||
- Ed25519ph was implemented, adding a multi-part signature API
|
- Ed25519ph was implemented, adding a multi-part signature API
|
||||||
|
Loading…
Reference in New Issue
Block a user