KiteArchive
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteArchive
kitearchive
/
io.github.yuroyami.kitearchive.checksum
/
XxHash32
/
hash
hash
fun
hash
(
data
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
data.size
,
seed
:
Int
=
0
)
:
Long
Hash
length
bytes of
data
from
offset
, with
seed
(LZ4 uses 0).