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

Method drop

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

Source from the content-addressed store, hash-verified

433impl<BS: BlockSizes, K: BufferKind> Drop for BlockBuffer<BS, K> {
434 #[inline]
435 fn drop(&mut self) {
436 #[cfg(feature = "zeroize")]
437 self.zeroize();
438 }
439}
440
441#[cfg(feature = "zeroize")]

Callers

nothing calls this directly

Calls 2

zeroizeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected