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