pub type PlonkVerifier<AS> = PlonkVerifier<AS, LimbsEncoding<LIMBS, BITS>>;
Expand description
AS stands for accumulation scheme.
AS can be either Kzg<Bn256, Gwc19>
(the original PLONK KZG multi-open) or Kzg<Bn256, Bdfg21>
(SHPLONK)
Aliased Typeยง
pub struct PlonkVerifier<AS>(/* private fields */);