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
crypto_box_open raises CryptError on failure, but crypto_box_open_afternm raises ValueError. Presumably they should raise the same thing?
crypto_box_open
crypto_box_open_afternm
The text was updated successfully, but these errors were encountered:
They should, good catch!
Sorry, something went wrong.
Fix inconsistency in exceptions raised.
d1b25c0
* crypto_box_open_afternm * crypto_box_afternm Fixes saltstack#74
No branches or pull requests
crypto_box_openraises CryptError on failure, butcrypto_box_open_afternmraises ValueError. Presumably they should raise the same thing?The text was updated successfully, but these errors were encountered: