| 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)] |
| 195 | pub struct SubsetWitness<E: Pairing>(pub E::G1Affine); |
| 196 | |
| 197 | /// A constant size aggregation of several subset witnesses |
| 198 | #[derive(Clone, Debug, CanonicalSerialize, CanonicalDeserialize)] |
no outgoing calls
no test coverage detected