Skip to content

Commit

Permalink
Update argon2id.py (pyca#809)
Browse files Browse the repository at this point in the history
Fix typo in docs: kdf() function provides argon2id construction, not srgon2i.
  • Loading branch information
hakavlad authored Dec 17, 2023
1 parent b398735 commit 31dc2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nacl/pwhash/argon2id.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31dc2c1

Please sign in to comment.