ChecksumIEEE returns the CRC-32 checksum of data using the IEEE polynomial.
CRC-32 Checked data
import * as crc32 from 'crc32';crc32.checksumIEEE(data) Copy
import * as crc32 from 'crc32';crc32.checksumIEEE(data)
any | buffer.Buffer variable is any type or buffer.Buffer type
ChecksumIEEE returns the CRC-32 checksum of data using the IEEE polynomial.