Skip to content

Commit 31dc2c1

Browse files
authoredDec 17, 2023
Update argon2id.py (#809)
Fix typo in docs: kdf() function provides argon2id construction, not srgon2i.
1 parent b398735 commit 31dc2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/nacl/pwhash/argon2id.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def kdf(
6060
) -> bytes:
6161
"""
6262
Derive a ``size`` bytes long key from a caller-supplied
63-
``password`` and ``salt`` pair using the argon2i
63+
``password`` and ``salt`` pair using the argon2id
6464
memory-hard construct.
6565
6666
the enclosing module provides the constants

0 commit comments

Comments
 (0)
Please sign in to comment.