Fix typo in argon2id constant.

This commit is contained in:
Ignacio Gómez 2021-01-27 21:47:29 -03:00
parent c664131a56
commit 3acfc21ae4
No known key found for this signature in database
GPG Key ID: 15A77C6BEC604B06
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const (
// hashers
Pbkdf2Opt = "pbkdf2"
Argon2IDOpt = "argon2ID"
Argon2IDOpt = "argon2id"
BcryptOpt = "bcrypt"
// defaults