Skip to content

Commit 6b89aa4

Browse files
committed
Argon2 Variant Test Vectors (pyca#13720)
* Adding test vectors for argon2d and argon2i variants * Updating argon2 test vector docs
1 parent 1b63c95 commit 6b89aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/test-vectors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ Key derivation functions
11171117
* X9.63 KDF from `NIST CAVP`_.
11181118
* SP 800-108 Counter Mode KDF (HMAC-SHA1, HMAC-SHA224, HMAC-SHA256,
11191119
HMAC-SHA384, HMAC-SHA512) from `NIST CAVP`_.
1120-
* argon2id from :rfc:`9106`, OpenSSL's `evpkdf_argon2.txt`_, and the
1120+
* argon2 variants (argon2d, argon2i, and argon2id) from :rfc:`9106`, OpenSSL's `evpkdf_argon2.txt`_, and the
11211121
argon2 command line application.
11221122

11231123
Key wrapping

0 commit comments

Comments
 (0)