pub fn parse_pub_key(
der: &[u8],
file_type: PubKeyFileType,
) -> (BigUint, BigUint)
Expand description
Extracts modulus and exponent from specified der public key representation
pub fn parse_pub_key(
der: &[u8],
file_type: PubKeyFileType,
) -> (BigUint, BigUint)
Extracts modulus and exponent from specified der public key representation