Function hacl::aead::decrypt_in_place
source ยท pub fn decrypt_in_place(
alg: Algorithm,
k: &[u8],
payload: &mut [u8],
tag: &[u8],
iv: &[u8],
aad: &Aad,
) -> Result<(), Error>
Expand description
Single-shot API for AEAD decryption in place.