vncore / com.venuenext.vncore.security / Crypto / createHmac

createHmac

fun createHmac(data: ByteArray, key: ByteArray): ByteArray

Generates a HMAC for the given data with the given key using HMAC-SHA256.

Returns
HMAC