sodium: use a more conventional parameter name

clean-macosx-x86-32
Alexander Iljin 2019-04-14 15:15:39 +02:00 committed by Doug Coleman
parent 18b896e54d
commit 9063cfc61b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ PRIVATE>
[ utf8 encode dup length ] 2dip crypto_pwhash_str check0
utf8 decode ;
: crypto-pwhash-str-verify ( str password -- bool )
: crypto-pwhash-str-verify ( str password -- ? )
[ utf8 encode ] bi@ dup length crypto_pwhash_str_verify 0 = ;
: crypto-generichash ( out-bytes in-bytes key-bytes/f -- out-bytes' )