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
kyber_pke::Error not allow to use ? with encrypt or decrypt cause it is not implementing std::error::Error
?
encrypt
decrypt
so this encrypt(&open_key, &s, &nonce)? will throw an compiletime-error
encrypt(&open_key, &s, &nonce)?
suggested PR #3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
kyber_pke::Error not allow to use
?
withencrypt
ordecrypt
cause it is not implementing std::error::Errorso this
encrypt(&open_key, &s, &nonce)?
will throw an compiletime-errorsuggested PR #3
The text was updated successfully, but these errors were encountered: