aes-kw: add optional zeroize feature for wrappers#80
Conversation
Close RustCrypto#79 Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
|
ZeroizeOnDrop is only a marker trait. Here you marked the objects as "pinky promise, this will be zerorized" but not actually zeroized. I think you wanted to |
|
I believe that the implementation is correct. The types just wrap |
|
That's true, but I'd rather have the explicit |
|
It's not possible. The block cipher implementations intentionally do not implement Meanwhile, |
Close #79