hmacSha256

suspend fun hmacSha256(key: ByteArray, data: ByteArray): ByteArray

Compute HMAC-SHA256 over data with key.