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