[][src]Module schnorrkel::keys

Structs

Keypair

A Ristretto Schnorr keypair.

MiniSecretKey

An EdDSA-like "secret" key seed.

PublicKey

A Ristretto Schnorr public key.

SecretKey

A seceret key for use with Ristretto Schnorr signatures.

Enums

ExpansionMode

Methods for expanding a MiniSecretKey into a SecretKey.

Constants

KEYPAIR_LENGTH

The length of an Ristretto Schnorr Keypair, in bytes.

MINI_SECRET_KEY_LENGTH

The length of a Ristretto Schnorr MiniSecretKey, in bytes.

PUBLIC_KEY_LENGTH

The length of a Ristretto Schnorr PublicKey, in bytes.

SECRET_KEY_LENGTH

The length of a Ristretto Schnorr key, SecretKey, in bytes.