[][src]Function ramp::ll::limb::sub_2

pub fn sub_2(ah: Limb, al: Limb, bh: Limb, bl: Limb) -> (Limb, Limb)

Performs the two-word subtraction (ah, al) - (bh, bl), ignoring any borrow.