Function orion::aead::open

source ·
pub fn open(
    secret_key: &SecretKey,
    ciphertext_with_tag_and_nonce: &[u8]
) -> Result<Vec<u8>, UnknownCryptoError>
Available on crate feature safe_api only.
Expand description

Authenticated decryption using XChaCha20Poly1305.