hmac_sha256
hmac_sha256(key_string: string
, data_string: string
): string
Calculates HMAC-SHA256 hash of the specified data.
Parameters
key_string:
string
Key for calculation purposes
data_string:
string
String to calculate hash of
Returns
type:
string