@woss/exiftool - v0.3.1
    Preparing search index...

    Function crc32

    • 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.

      Parameters

      • data: Uint8Array

        Input data

      Returns number

      CRC-32 checksum as unsigned 32-bit integer