[][src]Function elliptic_curve::util::adc32

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

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