CRC10

object CRC10 : CRC

Types

Link copied to clipboard
object CDMA2000 : CRC
Link copied to clipboard
object GSM : CRC

Properties

Link copied to clipboard
open override val byteWidth: Int

Number of bytes used to calculate the CRC

Link copied to clipboard
open override val width: Int

Number of bits used to calculate the CRC

Functions

Link copied to clipboard
open override fun compute(data: ByteArray): ULong

Computes the CRC of the given data.