MCPcopy 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
71impl Drop for SecretKey {
72 fn drop(&mut self) {
73 self.zeroize()
74 }
75}
76
77impl ZeroizeOnDrop for SecretKey {}

Callers

nothing calls this directly

Calls 1

zeroizeMethod · 0.80

Tested by

no test coverage detected