pub async fn import_verifying_key_raw(
variant: EcdsaVariant,
raw: impl Into<Vec<u8>>,
) -> Result<VerifyingKey, Error>Expand description
Import a public key as an uncompressed SEC1 point.
pub async fn import_verifying_key_raw(
variant: EcdsaVariant,
raw: impl Into<Vec<u8>>,
) -> Result<VerifyingKey, Error>Import a public key as an uncompressed SEC1 point.