num_bigint_dig::algorithms

Function mac3

Source
pub fn mac3(acc: &mut [u32], b: &[u32], c: &[u32])
Expand description

Three argument multiply accumulate: acc += b * c