SimpleChecksum

interface SimpleChecksum

Inheritors

Properties

Link copied to clipboard
abstract val initialValue: Int

Functions

Link copied to clipboard
fun SimpleChecksum.compute(data: ByteArray, offset: Int = 0, len: Int = data.size - offset): Int
Link copied to clipboard
abstract fun update(old: Int, data: ByteArray, offset: Int = 0, len: Int = data.size - offset): Int