field_operation

Function field_operation 

Source
pub fn field_operation<const FIELD: u8, const BLOCKS: usize, const BLOCK_SIZE: usize, const OP: u8>(
    input_data: [[[u8; BLOCK_SIZE]; BLOCKS]; 2],
) -> [[u8; BLOCK_SIZE]; BLOCKS]