korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-checksum
/
korlibs.io.util.checksum
/
compute
compute
fun
SimpleChecksum
.
compute
(
data
:
ByteArray
,
offset
:
Int
=
0
,
len
:
Int
=
data.size - offset
)
:
Int
Computes the checksum of the
data
determined in the range
offset
and
len
.