Skip to content

Commit

Permalink
Fix typo in argon2id constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
iegomez committed Jan 28, 2021
1 parent c664131 commit 3acfc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashing/hashing.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (

// hashers
Pbkdf2Opt = "pbkdf2"
Argon2IDOpt = "argon2ID"
Argon2IDOpt = "argon2id"
BcryptOpt = "bcrypt"

// defaults
Expand Down

0 comments on commit 3acfc21

Please sign in to comment.