API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.30
const gchar* g_hmac_get_string ( GHmac* hmac )
Gets the HMAC as a hexadecimal string.
Once this function has been called the GHmac can no longer be updated with g_hmac_update().
GHmac
The hexadecimal characters will be lower case.
Available since: 2.30
Type: const gchar*
const gchar*
The hexadecimal representation of the HMAC. The returned string is owned by the HMAC and should not be modified or freed.