[][src]Function zkp_u256::adc

pub const fn adc(a: u64, b: u64, carry: u64) -> (u64, u64)

Compute a + b + carry, returning the result and the new carry over.