crc32Table

Inlinable CRC32 implementation.

  1. uint[256] crc32Table;
    uint[256] crc32Table;
  2. uint fastCRC(void[] data, uint start)

Meta