diff --git a/src/nacl/pwhash/argon2id.py b/src/nacl/pwhash/argon2id.py index 1b86d69e..f3aa3f7f 100644 --- a/src/nacl/pwhash/argon2id.py +++ b/src/nacl/pwhash/argon2id.py @@ -60,7 +60,7 @@ def kdf( ) -> bytes: """ Derive a ``size`` bytes long key from a caller-supplied - ``password`` and ``salt`` pair using the argon2i + ``password`` and ``salt`` pair using the argon2id memory-hard construct. the enclosing module provides the constants