Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ drop
Method
drop
fendermint/crypto/src/lib.rs:72–74 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
70
71
impl Drop for SecretKey {
72
fn drop(&mut self) {
73
self.zeroize()
74
}
75
}
76
77
impl ZeroizeOnDrop for SecretKey {}
Callers
nothing calls this directly
Calls
1
zeroize
Method · 0.80
Tested by
no test coverage detected