hmacSHA512
Computes HMAC-SHA512 hash. Returns hex-encoded string. See Chapter 38.
data(required): the messagekey(required): the secret key
utlx
{
hash: hmacSHA512($input.message, $input.key)
}