Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ zeroize
Method
zeroize
zeroize/tests/zeroize.rs:124–126 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
122
123
impl Zeroize for PanicOnNonZeroDrop {
124
fn zeroize(&mut self) {
125
self.0 = 0;
126
}
127
}
128
129
impl Drop for PanicOnNonZeroDrop {
Callers
15
derive_tuple_struct_test
Function · 0.45
derive_struct_test
Function · 0.45
derive_enum_test
Function · 0.45
derive_struct_skip
Function · 0.45
derive_enum_skip
Function · 0.45
derive_bound
Function · 0.45
drop
Method · 0.45
zeroize_byte_arrays
Function · 0.45
zeroize_maybeuninit_byte_arrays
Function · 0.45
zeroize_check_tuple
Function · 0.45
zeroize_vec
Function · 0.45
zeroize_vec_entire_capacity
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected