Skip to main content

VerifierService

Type Alias VerifierService 

Source
type VerifierService = Fallback<Batch<Verifier, Item>, OrchardFallback>;
Expand description

The concrete type of a global Halo2 verification service.

Each Orchard circuit era gets its own instance — see VERIFIER_PRE_NU6_2 and VERIFIER_POST_NU6_2 — so that batches, fallbacks, and verifying keys are fully separated per era.

Aliased Type§

struct VerifierService { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 80 bytes