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

Method verify

proof_system/src/statement/bound_check_smc.rs:52–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

50 }
51
52 pub fn verify(&self) -> Result<(), ProofSystemError> {
53 self.params.verify()?;
54 Ok(())
55 }
56}
57
58impl<E: Pairing> From<SmcParamsAndCommitmentKey<E>> for SmcParamsWithPairingAndCommitmentKey<E> {

Calls

no outgoing calls

Tested by

no test coverage detected