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

Parse a DER ED25519 or X25519 private key, and return the corresponding x25519_dalek::StaticSecret