[][src]Module schnorr::signature

A Rust implementation of Schnorr signing

Structs

Signature

An Schnorr signature.

Constants

SIGNATURE_LENGTH

The length of a curve25519 Schnorr Signature, in bytes.

Functions

sign_multi

Creates a signature for multiple private keys and multiple messages

verify_batch

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

verify_multi