HMAC.finish

ubyte[] finish()

Finalizes the HMAC computation and returns the tag. Resets the HMAC to its initial state (ready for a new message with the same key).

Returns

The authentication tag.