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
Hello,
In the dhkem crate, the Zeroize trait is supported through a feature named zeroize:
dhkem
Zeroize
zeroize
KEMs/dhkem/src/lib.rs
Line 71 in a8315ad
Would it be possible to have the same support for zeroize in mlkem, at least for the decapsulation key? It might be already planned.
mlkem
The text was updated successfully, but these errors were encountered:
Yes, it'd be a good idea
Sorry, something went wrong.
Fixed in #51
No branches or pull requests
Hello,
In the
dhkem
crate, theZeroize
trait is supported through a feature namedzeroize
:KEMs/dhkem/src/lib.rs
Line 71 in a8315ad
Would it be possible to have the same support for
zeroize
inmlkem
, at least for the decapsulation key?It might be already planned.
The text was updated successfully, but these errors were encountered: