Method
GLibHmacget_string
since: 2.30
Declaration [src]
const gchar*
g_hmac_get_string (
GHmac* hmac
)
Description [src]
Gets the HMAC as a hexadecimal string.
Once this function has been called the GHmac
can no longer be
updated with g_hmac_update().
The hexadecimal characters will be lower case.
Available since: 2.30