Crate schnorr

source ·

Re-exports

pub use errors::*;

Modules

Errors which may occur when parsing keys and/or signatures to or from wire formats.

Structs

An Schnorr keypair.
An Schnorr public key.
An Schnorr secret key.
An Schnorr signature.

Constants

The length of a Blake2b hash used Schnorr Signature, in bytes.
The length of an ed25519 Schnorr Keypair, in bytes.
The length of an ed25519 Schnorr PublicKey, in bytes.
The length of a curve25519 Schnorr SecretKey, in bytes.
The length of a curve25519 Schnorr Signature, in bytes.