Function encrypt_block

Source
pub fn encrypt_block(block: &mut Vec<u8>, round_keys: &Vec<u128>)