Skip to main content

square

Function square 

Source
pub fn square(x: u64) -> u64
Expand description

x * x shorthand — same cost as mul(x, x), kept separate for readability in the S-box.