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

Method statement_proofs

proof_system/src/prover.rs:1132–1134  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1130 }
1131
1132 pub fn statement_proofs(&self) -> &[StatementProof<E>] {
1133 &self.statement_proofs
1134 }
1135
1136 /// Hash bytes to a field element. This is vulnerable to timing attack and is only used when input
1137 /// is public anyway like when generating setup parameters or challenge

Callers 2

statement_proofMethod · 0.80
for_aggregateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected