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