MCPcopy Create free account
hub / github.com/docknetwork/crypto / zeroize

Method zeroize

proof_system/src/witness.rs:160–165  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

158
159impl<E: Pairing> Zeroize for PoKBBSSignatureG1<E> {
160 fn zeroize(&mut self) {
161 self.signature.zeroize();
162 self.unrevealed_messages
163 .values_mut()
164 .for_each(|v| v.zeroize())
165 }
166}
167
168impl<E: Pairing> Drop for PoKBBSSignatureG1<E> {

Callers 1

dropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected