Computes CRC-32 checksum using the IEEE 802.3 polynomial (0xEDB88320). Standard algorithm used in PNG, ZIP, MPEG, and many other formats. Pre-computes a 256-entry lookup table for performance.
Input data
CRC-32 checksum as unsigned 32-bit integer
Computes CRC-32 checksum using the IEEE 802.3 polynomial (0xEDB88320). Standard algorithm used in PNG, ZIP, MPEG, and many other formats. Pre-computes a 256-entry lookup table for performance.