fn parse_signature(sig_type: SignatureType, sig: &[u8]) -> Result<Vec<Mpi>>
Expand description
Parse signature bytes into algorithm-specific vector of MPIs.
fn parse_signature(sig_type: SignatureType, sig: &[u8]) -> Result<Vec<Mpi>>
Parse signature bytes into algorithm-specific vector of MPIs.