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