pub const ED25519_SIGNATURE_LENGTH: usize = 64;
Length of an Ed25519 signature in bytes.
Ed25519 signatures are always exactly 64 bytes (512 bits).