Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ zeroize
Method
zeroize
sponge-cursor/src/lib.rs:231–233 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
229
#[cfg(feature =
"zeroize"
)]
230
impl<const RATE: usize> zeroize::Zeroize for SpongeCursor<RATE> {
231
fn zeroize(&mut self) {
232
self.pos.zeroize();
233
}
234
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected