Crc class

class crsysapi.Crc

CRC-32 computations.

static bytes(data)

Computes the CRC-32 checksum of an array of bytes.

static file(filename)

Computes the CRC-32 checksum of a file.