We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b398735 commit 31dc2c1Copy full SHA for 31dc2c1
src/nacl/pwhash/argon2id.py
@@ -60,7 +60,7 @@ def kdf(
60
) -> bytes:
61
"""
62
Derive a ``size`` bytes long key from a caller-supplied
63
- ``password`` and ``salt`` pair using the argon2i
+ ``password`` and ``salt`` pair using the argon2id
64
memory-hard construct.
65
66
the enclosing module provides the constants
0 commit comments