Module zebra_consensus::primitives::halo2

source ·
Expand description

Async Halo2 batch verifier service

Structs§

  • A fake batch verifier that queues and verifies halo2 proofs.
  • A Halo2 verification item, used as the request type of the service.
  • The halo2 proof verifying key.
  • Halo2 proof verifier implementation

Enums§

Constants§

Statics§

  • Global batch verification context for Halo2 proofs of Action statements.

Type Aliases§

  • Temporary substitute type for fake batch verification.
  • The type of a prepared verifying key. This is the key used to verify individual items.
  • Sender 🔒
    The type of the batch sender channel.
  • The type of verification results.