1 write to _polyMu
System.IO.Hashing (1)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (1)
52_polyMu = Vector128.Create(ReflectConstant33(fullPoly), ReflectConstant33(mu));
2 references to _polyMu
System.IO.Hashing (2)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (2)
139x2 = CarrylessMultiplyLeftLowerRightUpper(x1 & bitmask, _polyMu) & bitmask; 140x2 = CarrylessMultiplyLower(x2, _polyMu);