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.
Hello,
In the
dhkemcrate, theZeroizetrait 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
zeroizeinmlkem, at least for the decapsulation key?It might be already planned.