pub fn addmul_n(lhs: &mut [u64], a: &[u64], b: &[u64])
Computes wrapping lhs += a * b when all arguments are the same length.
lhs += a * b
Panics if the lengts are not the same.