Skip to content

Instantly share code, notes, and snippets.

pub struct Plonkish<P: Pairing> {
pub lhs_size: usize,
pub rhs_size: usize,
/// We require exactly one of the g2 pooints be negated.
pub g2s: &'static [P::G2Affine; 2],
}
#[derive(Clone,CanonicalDeserialize,CanonicalSerialize)]