[][src]Function orion::aead::open

#[must_use = "SECURITY WARNING: Ignoring a Result can have real security implications."]
pub fn open(
    secret_key: &SecretKey,
    ciphertext_with_tag_and_nonce: &[u8]
) -> Result<Vec<u8>, UnknownCryptoError>

Authenticated decryption using XChaCha20Poly1305.