[][src]Function ff::mac_with_carry

pub fn mac_with_carry(a: u64, b: u64, c: u64, carry: &mut u64) -> u64

Calculate a + (b * c) + carry, returning the least significant digit and setting carry to the most significant digit.