Module zebra_consensus::primitives
source · Expand description
Asynchronous verification of cryptographic primitives.
Modules§
- Async Ed25519 batch verifier service
- Async Groth16 batch verifier service
- Async Halo2 batch verifier service
- Async RedJubjub batch verifier service
- Async RedPallas batch verifier service
Constants§
- The maximum latency bound for any of the batch verifiers.
- The maximum batch size for any of the batch verifiers.
Functions§
- Fires off a task into the Rayon threadpool and awaits the result through a oneshot channel.
- Fires off a task into the Rayon threadpool, awaits the result through a oneshot channel, then converts the error to a
BoxError
.