TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.30
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().
data
length
g_hmac_new()
g_hmac_get_string()
g_hmac_unref()
The hexadecimal string returned will be in lower case.
a GLib.ChecksumType to use for the HMAC
the key to use in the HMAC
binary blob to compute the HMAC of
the HMAC of the binary data as a string in hexadecimal. The returned string should be freed with g_free() when done using it.
g_free()
2.30
Computes the HMAC for a binary
dataoflength. This is a convenience wrapper forg_hmac_new(),g_hmac_get_string()andg_hmac_unref().The hexadecimal string returned will be in lower case.