Module zebra_consensus::primitives::ed25519

source ยท
Expand description

Async Ed25519 batch verifier service

Structsยง

  • Ed25519 signature verifier service

Staticsยง

  • Global batch verification context for Ed25519 signatures.

Type Aliasesยง

  • BatchVerifier ๐Ÿ”’
    The type of the batch verifier.
  • The type of the batch item. This is an Ed25519Item.
  • Sender ๐Ÿ”’
    The type of the batch sender channel.
  • VerifyResult ๐Ÿ”’
    The type of verification results.