Function stedy::x25519_decrypt

source ยท
pub fn x25519_decrypt(
    our_key_pair: &X25519KeyPair,
    their_public_key: &X25519PublicKey,
    nonce: &XChaCha20Poly1305Nonce,
    ciphertext: &[u8],
) -> Result<Vec<u8>, Error>