diff options
author | Jack Lloyd <[email protected]> | 2019-05-30 08:07:47 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-30 08:07:47 -0400 |
commit | 6e3abeb22abed9f220dac97868a02840c60e52c4 (patch) | |
tree | e5db817492425cba00900d678778ba3e7b80ec71 /readme.rst | |
parent | 72655f4b237edebec557998669af676475fb721b (diff) |
Argon2: minor optimizations, add tests of CLI, tweak tuning
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst index dd7876368..a0bea2ce5 100644 --- a/readme.rst +++ b/readme.rst @@ -112,7 +112,7 @@ Other Useful Things * Simple compression API wrapping zlib, bzip2, and lzma libraries * RNG wrappers for system RNG and hardware RNGs * HMAC_DRBG and entropy collection system for userspace RNGs -* Password hashing schemes PBKDF2, Scrypt, bcrypt +* Password hashing schemes PBKDF2, Argon2, Scrypt, bcrypt * SRP-6a password authenticated key exchange * Key derivation functions including HKDF, KDF2, SP 800-108, SP 800-56A, SP 800-56C * HOTP and TOTP algorithms |