1 write to _muPoly
System.IO.Hashing (1)
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (1)
51
_muPoly
= Vector128.Create(mu, reflectedPoly);
2 references to _muPoly
System.IO.Hashing (2)
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (2)
141
x1 = CarrylessMultiplyLower(x1,
_muPoly
);
143
x1 = CarrylessMultiplyLeftLowerRightUpper(x1,
_muPoly
);