ED25519_KEY_LENGTH

Constant ED25519_KEY_LENGTH 

Source
pub const ED25519_KEY_LENGTH: usize = 32;
Expand description

Length of an Ed25519 public key in bytes.

Ed25519 keys are always exactly 32 bytes (256 bits).