aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-05-30 08:07:47 -0400
committerJack Lloyd <[email protected]>2019-05-30 08:07:47 -0400
commit6e3abeb22abed9f220dac97868a02840c60e52c4 (patch)
treee5db817492425cba00900d678778ba3e7b80ec71 /readme.rst
parent72655f4b237edebec557998669af676475fb721b (diff)
Argon2: minor optimizations, add tests of CLI, tweak tuning
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst2
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