Function grammers_crypto::aes::ige_encrypt

source ·
pub fn ige_encrypt(buffer: &mut [u8], key: &[u8; 32], iv: &[u8; 32])
Expand description

Encrypt the input plaintext in-place using the AES-IGE mode.