[][src]Function ramp::ll::add_n

pub unsafe fn add_n(wp: LimbsMut, xp: Limbs, yp: Limbs, n: i32) -> Limb

Adds the n least signficant limbs of xp and yp, storing the result in {wp, n}. If there was a carry, it is returned.