Function is_signature_normalized
pub fn is_signature_normalized(sig: &[u8; 65]) -> boolExpand 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.