Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ ZeroizedOnDrop
Class
ZeroizedOnDrop
zeroize/tests/zeroize.rs:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
#[derive(Clone, Debug, PartialEq)]
22
struct ZeroizedOnDrop(u64);
23
24
impl Drop for ZeroizedOnDrop {
25
fn drop(&mut self) {
Callers
2
zeroize_on_drop_byte_arrays
Function · 0.85
zeroize_on_drop_check_tuple
Function · 0.85
Calls
no outgoing calls
Tested by
2
zeroize_on_drop_byte_arrays
Function · 0.68
zeroize_on_drop_check_tuple
Function · 0.68