pub const ED25519_KEY_LENGTH: usize = 32;
Length of an Ed25519 public key in bytes.
Ed25519 keys are always exactly 32 bytes (256 bits).