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