1 reference to s_crc2Table
System.IO.Compression (1)
System\IO\Compression\ZipCryptoStream.cs (1)
47private static uint Crc32Update(uint crc, byte b) => s_crc2Table[(crc ^ b) & 0xFF] ^ (crc >> 8);