Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
shared
/
ru.hytalemodding.lineage.shared.crypto
/
Hmac
/
verify
verify
fun
verify
(
key
:
ByteArray
,
data
:
ByteArray
,
expected
:
ByteArray
)
:
Boolean
Verifies that
expected
matches the signature for
data
with
key
. Uses constant-time comparison.