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