pub type PlonkVerifier<As> = PlonkVerifier<As, LimbsEncoding<LIMBS, BITS>>;
Expand description

Plonk verifier with KzgAs and LimbsEncoding<LIMBS, BITS>.

Aliased Type§

struct PlonkVerifier<As>(/* private fields */);