Skip to main content

mac_by_limb

Function mac_by_limb 

Source
fn mac_by_limb(
    a: &UintRef,
    b: &UintRef,
    c: Limb,
    carry: Limb,
) -> (BoxedUint, Limb)
Expand description

Computes a + (b * c) + carry, returning the result along with the new carry.