CryptoSys API Library Manual
macFinal
Returns the final MAC value.
Syntax
[VBA]
Public Function macFinal ( _
hContext As Long _
) As Byte()
Parameters
- hContext
- Handle to the MAC context.
Return Value
Byte(): MAC in byte array or empty array on error.
Remarks
Computes the result of all macAddBytes
and macAddString
calls since macInit
.