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

Class SubsetWitness

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

Source from the content-addressed store, hash-verified

193/// the set and this subset. Used in proving that a certain set is indeed the subset of a committed set.
194#[derive(Clone, Debug, CanonicalSerialize, CanonicalDeserialize)]
195pub struct SubsetWitness<E: Pairing>(pub E::G1Affine);
196
197/// A constant size aggregation of several subset witnesses
198#[derive(Clone, Debug, CanonicalSerialize, CanonicalDeserialize)]

Callers 1

open_subset_uncheckedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected