KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent
/
io.github.yuroyami.kitetorrent.crypto
/
Hasher256
/
Companion
/
hash
hash
fun
hash
(
data
:
ByteArray
,
offset
:
Int
=
0
,
length
:
Int
=
data.size - offset
)
:
Sha256Hash
One-shot SHA-256 over
data
, as a
Sha256Hash
.