[][src]Function elliptic_curve::util::mac64

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

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