Closed commial closed 3 months ago
Hello,
In the dhkem crate, the Zeroize trait is supported through a feature named zeroize: https://github.com/RustCrypto/KEMs/blob/a8315adc8e21bec8206cd27720c993d9b0728606/dhkem/src/lib.rs#L71
dhkem
Zeroize
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.
mlkem
Yes, it'd be a good idea
Fixed in #51
Hello,
In the
dhkem
crate, theZeroize
trait is supported through a feature namedzeroize
: https://github.com/RustCrypto/KEMs/blob/a8315adc8e21bec8206cd27720c993d9b0728606/dhkem/src/lib.rs#L71Would it be possible to have the same support for
zeroize
inmlkem
, at least for the decapsulation key? It might be already planned.