pub async fn import_verifying_key_raw( raw: impl Into<Vec<u8>>, ) -> Result<VerifyingKey, Error>
Import a 32-byte raw public key.