Type Alias bellperson::groth16::aggregate::KZGOpening

source ยท
pub type KZGOpening<G> = (G, G);
Expand description

KZGOpening represents the KZG opening of a commitment key (which is a tuple given commitment keys are a tuple).