Skip to main content

parse_private_key

Function parse_private_key 

Source
pub fn parse_private_key(
    private_key: &str,
    passphrase: Option<&str>,
) -> Result<PrivateKey, Error>