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

Class SetCommitment

delegatable_credentials/src/set_commitment.rs:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179/// Commitment to a set
180#[derive(Clone, Debug, CanonicalSerialize, CanonicalDeserialize)]
181pub struct SetCommitment<E: Pairing>(pub E::G1Affine);
182
183/// Opening to the set commitment. Contains the randomness in the commitment.
184#[derive(Clone, Debug)]

Callers 5

_initMethod · 0.85
_verifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected