Function frost_signer::util::parse_public_key
source · pub fn parse_public_key(public_key: &str) -> Result<PublicKey, KeyError>
Expand description
Create a ECDSA public key from the passed string
pub fn parse_public_key(public_key: &str) -> Result<PublicKey, KeyError>
Create a ECDSA public key from the passed string