Function elliptic_curve::util::mac32[][src]

pub const fn mac32(a: u32, b: u32, c: u32, carry: u32) -> (u32, u32)

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