MCPcopy 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")]
230impl<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