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

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