sbox

Function sbox 

Source
pub fn sbox(
    state: &mut [BinaryField128bGhash; 6],
    transform: impl Fn(&mut [BinaryField128bGhash; 6]),
    inverter: &mut BatchInversion<BinaryField128bGhash>,
)
Expand description

S-box operation: batch inversion followed by polynomial transformation.