Skip to content

Commit

Permalink
Merge pull request #89 from joelkuiper/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md: msb to sb
  • Loading branch information
lvh authored Sep 15, 2023
2 parents 273ccee + 78e0b5b commit baf7cf6
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 @@ -69,7 +69,7 @@ Here's an example of how you can use pwhash:

;; key derivation
(def salt (rb/randombytes pwhash/saltbytes)) ; changing salt means changed derived key
(def derived-key (pwhash/pwhash msb/keybytes
(def derived-key (pwhash/pwhash sb/keybytes
password
salt
pwhash/opslimit-sensitive
Expand Down

0 comments on commit baf7cf6

Please sign in to comment.