CRC64

object CRC64 : CRC

Types

Link copied to clipboard
object GOISO : CRC
Link copied to clipboard
object MS : CRC
Link copied to clipboard
object NVME : CRC
Link copied to clipboard
object REDIS : CRC
Link copied to clipboard
object WE : CRC
Link copied to clipboard
object XZ : 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.