pub fn decrypt_with_ad( key: &EncryptionKey, ciphertext: &[u8], associated_data: &[u8], ) -> Result<Vec<u8>>
Decrypt with associated data (AEAD)