parse_public_key

Function parse_public_key 

Source
pub fn parse_public_key(hex_str: &str) -> Result<PublicKey, String>
Expand description

Parse a public key from hex string.