Skip to main content

square_wide

Function square_wide 

Source
pub const fn square_wide(limbs: &[Limb], lo: &mut [Limb], hi: &mut [Limb])
Expand description

Schoolbook method of squaring.

Like schoolbook multiplication, but only considering half of the multiplication grid.