Computes the HMAC for a binary @data of @length. This is a convenience wrapper for g_hmac_new(), g_hmac_get_string() and g_hmac_unref().
The hexadecimal string returned will be in lower case.
a #GChecksumType to use for the HMAC
the key to use in the HMAC
binary blob to compute the HMAC of
2.30
See Implementation
Computes the HMAC for a binary @data of @length. This is a convenience wrapper for g_hmac_new(), g_hmac_get_string() and g_hmac_unref().
The hexadecimal string returned will be in lower case.