[][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.

PublicKey

An Schnorr public key.

SecretKey

An Schnorr secret key.

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.