We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the type of crypto_pwhash:
crypto_pwhash
(opslimit ::: CULLong)
But the crypto_pwhash_memlimit_* constants, that are meant to be passed there, have types CSize (incorrect).
crypto_pwhash_memlimit_*
CSize
I guess this might be a copy-paste error because memlimit is nearby and actually has type CSize.
memlimit
The text was updated successfully, but these errors were encountered:
Upstream issue: jedisct1/libsodium#966
Sorry, something went wrong.
No branches or pull requests
In the type of
crypto_pwhash
:(opslimit ::: CULLong)
(correct)But the
crypto_pwhash_memlimit_*
constants, that are meant to be passed there, have typesCSize
(incorrect).I guess this might be a copy-paste error because
memlimit
is nearby and actually has typeCSize
.The text was updated successfully, but these errors were encountered: