[][src]Function ramp::ll::sqr

pub unsafe fn sqr(wp: LimbsMut, xp: Limbs, xs: i32)

Squares the number in {xp, xs} storing the result in {wp, xs*2}. This is slightly more efficient than regular multiplication with both inputs the same.

{wp, xs*2} must not overlap with {xp, xs}