Skip to content

Commit

Permalink
Merge pull request #4 from lpil/patch-1
Browse files Browse the repository at this point in the history
Add missing qualifier
  • Loading branch information
isaacharrisholt authored Sep 23, 2024
2 parents 0dc55ab + 45810f2 commit 8ed8028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn main() {
// Hash a password using the recommended settings for Argon2id.
let assert Ok(hashes) =
argus.hasher()
|> argus.hash("password", gen_salt())
|> argus.hash("password", argus.gen_salt())
// Hash a password with custom settings and a custom salt.
let assert Ok(hashes) =
Expand Down

0 comments on commit 8ed8028

Please sign in to comment.