ED25519_SIGNATURE_LENGTH

Constant ED25519_SIGNATURE_LENGTH 

Source
pub const ED25519_SIGNATURE_LENGTH: usize = 64;
Expand description

Length of an Ed25519 signature in bytes.

Ed25519 signatures are always exactly 64 bytes (512 bits).