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

    Parameters

    • data: any

      CRC-32 Checked data

    Returns number

    Example


    import * as crc32 from 'crc32';

    crc32.checksumIEEE(data)

    Description

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