normalize_ecdsa_signature

Function normalize_ecdsa_signature 

Source
pub fn normalize_ecdsa_signature(
    signature: &[u8],
    algorithm: &SigningAlgorithm,
) -> Result<Vec<u8>>