We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f2556f + f4a9aca commit 9e3ce36Copy full SHA for 9e3ce36
src/zeroize.rs
@@ -15,9 +15,3 @@ impl<T: TryZeroize> TryZeroize for Secret<T> {
15
}
16
17
impl<T: ZeroizeOnDrop> ZeroizeOnDrop for Secret<T> {}
18
-
19
-impl<T: Zeroize> Secret<T> {
20
- pub fn zeroizing(self) -> zeroize::Zeroizing<Self> {
21
- zeroize::Zeroizing::new(self)
22
- }
23
-}
0 commit comments