Type Alias zebra_consensus::primitives::groth16::BatchVerifier

source ·
type BatchVerifier = Verifier<Bls12>;
Expand description

The type of the batch verifier.

Aliased Type§

struct BatchVerifier {
    items: Vec<Item<Bls12>>,
}

Fields§

§items: Vec<Item<Bls12>>