Function evercrypt::aead::decrypt [−][src]
pub fn decrypt(
alg: Mode,
k: &[u8],
ctxt: &[u8],
tag: &[u8],
iv: &[u8],
aad: &Aad
) -> Result<Vec<u8>, Error>
Expand description
Single-shot API for AEAD decryption.