MCPcopy Create free account
hub / github.com/RustCrypto/utils / zeroize

Method zeroize

block-buffer/src/lib.rs:427–430  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

425impl<BS: BlockSizes, K: BufferKind> Zeroize for BlockBuffer<BS, K> {
426 #[inline]
427 fn zeroize(&mut self) {
428 self.buffer.zeroize();
429 self.pos.zeroize();
430 }
431}
432
433impl<BS: BlockSizes, K: BufferKind> Drop for BlockBuffer<BS, K> {

Callers 2

dropMethod · 0.45
dropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected