1 reference to Crc32Table
ReachFramework (1)
Serialization\Crc32.cs (1)
109newCrc = Crc32Table[idx] ^ ((oldCrc >> 8) & 0x00FFFFFF);