Skip to content

Commit

Permalink
Fix typo in README.md: msb to sb
Browse files Browse the repository at this point in the history
Replace msb/keybytes with sb/keybytes (which is defined and probably intended)
  • Loading branch information
joelkuiper authored Sep 15, 2023
1 parent 273ccee commit 78e0b5b
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 78e0b5b

Please sign in to comment.