[][src]Function grammers_crypto::aes::ige_decrypt

pub fn ige_decrypt(ciphertext: &[u8], key: &[u8; 32], iv: &[u8; 32]) -> Vec<u8>

Decrypt the input ciphertext using the AES-IGE mode.