pub const SIGNATURE_BYTES: usize = SIGNATURE_LEN; // 64usize
Length sanity: a signature blob must be exactly 64 bytes. Surfaced to the caller so it can return MalformedSignature before computing the canonical payload.
MalformedSignature