vodozemac icon indicating copy to clipboard operation
vodozemac copied to clipboard

Replace `#[zeroize(drop)]` with `#[derive(ZeroizeOnDrop)]` when moving to `zeroize` 1.5.x

Open dkasak opened this issue 3 years ago • 0 comments

In zeroize 1.5.x, the #[zeroize(drop)] attribute was deprecated and replaced with ZeroizeOnDrop. We can't switch to newer zeroize versions due to dalek, but once we do, we should replace all uses of #[zeroize(drop)].

dkasak avatar Apr 12 '22 10:04 dkasak