pub const KEYPAIR_LENGTH: usize = SECRET_KEY_LENGTH + PUBLIC_KEY_LENGTH; // 64usize
Expand description

The length of an ed25519 Keypair, in bytes.