[][src]Module schnorrkel::sign

Schnorr signature creation and verification, including batch verification.

Structs

Signature

A Ristretto Schnorr signature "detached" from the signed message.

Constants

SIGNATURE_LENGTH

The length of a curve25519 EdDSA Signature, in bytes.

Functions

verify_batch

Verify a batch of signatures on messages with their respective public_keys.