compute

abstract fun compute(data: ByteArray): ULong

Computes the CRC of the given data.

Return

the CRC of the given data.

Parameters

data

the data to compute the CRC of.