Module schnorrkel::keys
source · Expand description
§Schnorr signatures on the 2-torsion free subgroup of ed25519, as provided by the Ristretto point compression.
Structs§
- A Ristretto Schnorr keypair.
- An EdDSA-like “secret” key seed.
- A Ristretto Schnorr public key.
- A secret key for use with Ristretto Schnorr signatures.
Enums§
- Methods for expanding a
MiniSecretKey
into aSecretKey
.
Constants§
- The length of an Ristretto Schnorr
Keypair
, in bytes. - The length of a Ristretto Schnorr
MiniSecretKey
, in bytes. - The length of a Ristretto Schnorr
PublicKey
, in bytes. - The length of a Ristretto Schnorr key,
SecretKey
, in bytes.