[][src]Module schnorr::keys

Keys to the kingdom Schnorr signatures on the 2-tortsion free subgroup of ed25519, as provided by the Ristretto point compression.s

Structs

Keypair

An Schnorr keypair.

MultiKey

MuSig aggregated key context

PublicKey

An Schnorr public key.

SecretKey

An Schnorr secret key.

XPublicKey

Xpub represents an extended public key.

XSecretKey

An Extended seceret key for use with Ristretto Schnorr signatures.

Constants

KEYPAIR_LENGTH

The length of an ed25519 Schnorr Keypair, in bytes.

PUBLIC_KEY_LENGTH

The length of an ed25519 Schnorr PublicKey, in bytes.

SECRET_KEY_LENGTH

The length of a curve25519 Schnorr SecretKey, in bytes.