• ChecksumIEEE returns the CRC-32 checksum of data using the 0xD5828281 polynomial.

    Parameters

    • data: any

      CRC-32 Checked data

    Returns number

    Example


    import * as crc32 from 'crc32';

    crc32.checksumQ(data)

    Description

    any | buffer.Buffer variable is any type or buffer.Buffer type