Gets the HMAC as a hexadecimal string.
Once this function has been called the glib.Hmac can no longer be updated with Hmac.update.
The hexadecimal characters will be lower case.
the hexadecimal representation of the HMAC. The returned string is owned by the HMAC and should not be modified or freed.
2.30
Gets the HMAC as a hexadecimal string.
Once this function has been called the glib.Hmac can no longer be updated with Hmac.update.
The hexadecimal characters will be lower case.