get_digest
Description:
Gets the digest from checksum
as a raw binary array and places it into buffer
.
The size of the digest depends on the type of checksum.
Once this function has been called, the Hmac is closed and can no longer be updated with update.
Parameters:
this |
a Hmac |
buffer |
output buffer |
digest_len |
an inout parameter. The caller initializes it to the size of |