Skip to content

Commit

Permalink
fix typo in argon2id_verify
Browse files Browse the repository at this point in the history
fix #8
  • Loading branch information
Khady committed Aug 25, 2023
1 parent 080eb26 commit 2c6e25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argon2.ml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ let argon2i_verify = verify "argon2i_verify"

let argon2d_verify = verify "argon2d_verify"

let argon2id_verify = verify "argon2d_verify"
let argon2id_verify = verify "argon2id_verify"

let argon2_verify =
foreign "argon2_verify"
Expand Down

0 comments on commit 2c6e25a

Please sign in to comment.