Skip to content
New issue

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

Support "zeroize" for ML-KEM decapsulation key #40

Closed
commial opened this issue Aug 2, 2024 · 2 comments
Closed

Support "zeroize" for ML-KEM decapsulation key #40

commial opened this issue Aug 2, 2024 · 2 comments

Comments

@commial
Copy link

commial commented Aug 2, 2024

Hello,

In the dhkem crate, the Zeroize trait is supported through a feature named zeroize:

#[cfg(feature = "zeroize")]

Would it be possible to have the same support for zeroize in mlkem, at least for the decapsulation key?
It might be already planned.

@tarcieri
Copy link
Member

tarcieri commented Aug 4, 2024

Yes, it'd be a good idea

@tarcieri
Copy link
Member

Fixed in #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants