snarkvm_utilities::biginteger::arithmetic

Function mac

Source
pub fn mac(a: u64, b: u64, c: u64, carry: &mut u64) -> u64
Expand description

Calculate a + b * c, returning the lower 64 bits of the result and setting carry to the upper 64 bits.