fp2_operation

Function fp2_operation 

Source
pub fn fp2_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]