pub fn parse_openssl_25519_pubkey(
    data: &[u8]
) -> Result<PublicKey, Curve25519ParserError>
Expand description

Parse an OpenSSL Ed25519 or X25519 public key, either in PEM or DER format