Type Definition bellperson::groth16::aggregate::KZGOpening[][src]

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).