Function aes_decrypt

Source
pub fn aes_decrypt(
    ciphertext: &mut [u8],
    key: &[u8; 32],
    iv: &[u8; 16],
) -> String