plugins/archive/src/utils/crc32 library

Functions

getCrc32(List<int> array, [int crc = 0]) int
Get the CRC-32 checksum of the given array. You can append bytes to an already computed crc by specifying the previous crc value.