pub type RingBatchVerifier<S> = BatchVerifier<<S as RingSuite>::Pairing, ArkTranscript>;Expand description
Multi-ring KZG batch verifier.
Accumulates ring proofs from one or more rings (sharing the same KZG SRS) into a single batched pairing check.
Aliased Typeยง
pub struct RingBatchVerifier<S> { /* private fields */ }