referrerpolicy=no-referrer-when-downgrade

is_signature_normalized

Function is_signature_normalized 

pub fn is_signature_normalized(sig: &[u8; 65]) -> bool
Expand description

Returns true if the S component of a 65-byte ECDSA signature (R||S||V) is in the low range (s <= N/2), i.e. the signature is canonical.