[][src]Function ramp::ll::twos_complement

pub unsafe fn twos_complement(wp: LimbsMut, xp: Limbs, xs: i32) -> Limb

Computes the two's complement of the xs least significant words of xp. The result is stored the result in wp, and a carry is returned, if there is one.