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

Method challenge_contribution

proof_system/src/sub_protocols/mod.rs:147–149  ·  view source on GitHub ↗
(&self, writer: W)

Source from the content-addressed store, hash-verified

145
146impl<'a, E: Pairing> SubProtocol<'a, E> {
147 pub fn challenge_contribution<W: Write>(&self, writer: W) -> Result<(), ProofSystemError> {
148 delegate!(self.challenge_contribution(writer))
149 }
150}
151
152/// Merges indexed messages sorted by index with indexed blindings sorted by index.

Callers 2

_verifyMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected