ktvine
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktvine
library
/
org.samfun.ktvine.crypto
/
hmacSha256
hmac
Sha256
suspend
fun
hmacSha256
(
key
:
ByteArray
,
data
:
ByteArray
)
:
ByteArray
Compute HMAC-SHA256 over
data
with
key
.