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.torrent
/
Merkle
/
hashPair
hash
Pair
fun
hashPair
(
left
:
Sha256Hash
,
right
:
Sha256Hash
)
:
Sha256Hash
Computes
SHA-256(left || right)
, one interior merkle node.