decode_der

Function decode_der 

Source
fn decode_der(der_bytes: &[u8]) -> Result<(UintRef<'_>, UintRef<'_>)>
Expand description

Decode the r and s components of a DER-encoded ECDSA signature.