Function open
pub fn open(
secret_key: &SecretKey,
ciphertext_with_tag_and_nonce: &[u8],
) -> Result<Vec<u8>, UnknownCryptoError> ⓘ
Available on crate feature
dep_orion
only.Expand description
Authenticated decryption using XChaCha20Poly1305.