Type Alias zebra_consensus::primitives::ed25519::BatchVerifier

source ·
type BatchVerifier = Verifier;
Expand description

The type of the batch verifier.

Aliased Type§

struct BatchVerifier {
    signatures: HashMap<VerificationKeyBytes, Vec<(Scalar, Signature)>>,
    batch_size: usize,
}

Fields§

§signatures: HashMap<VerificationKeyBytes, Vec<(Scalar, Signature)>>§batch_size: usize