Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
433
impl<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
zeroize
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected