[][src]Module teatree::crypto::keypair

Structs

PrivateKey
PublicKey
Signature

Constants

KEYPAIR_LENGTH

The length of an ed25519 Keypair, in bytes.

PRIVATE_HEX_LENGTH
PRIVATE_KEY_LENGTH

The length of a ed25519 SecretKey, in bytes.

PUBLIC_HEX_LENGTH
PUBLIC_KEY_LENGTH

The length of an ed25519 PublicKey, in bytes.

SIGNATURE_HEX_LENGTH
SIGNATURE_LENGTH

The length of a ed25519 Signature, in bytes.