Hmac.getDigest
void getDigest(ref ubyte[] buffer)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 #GHmac is closed and can no longer be updated with [glib.checksum.Checksum.update].
Parameters
buffer | output buffer |