[][src]Function grammers_crypto::aes::ige_encrypt

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

Encrypt the input plaintext using the AES-IGE mode.