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