fn decode_der(der_bytes: &[u8]) -> Result<(UintRef<'_>, UintRef<'_>)>
Decode the r and s components of a DER-encoded ECDSA signature.
r
s