Docs.rs
zeroize-1.1.0
zeroize
Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!
Apache-2.0 OR MIT
Links
79
13
1
Crates.io
Authors
Tony Arcieri
Dependencies
zeroize_derive ^1.0.0
normal
Versions
1.1.0
1.0.0
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Source
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
☰
zeroize
All crates
[
−
]
Derive Macro
zeroize
::
Zeroize
#[derive(Zeroize)] { // Attributes available to this derive: #[zeroize] }