CryptoSys API Library Manual
aeadFinishEncrypt
Finish the authenticated encryption (in incremental mode).
Syntax
[VBA]
Public Function aeadFinishEncrypt ( _
hContext As Long _
) As Byte()
Parameters
- hContext
- Handle to the AEAD context set up by an earlier call to aeadInitKey.
Return Value
Byte(): Authentication tag value.
Remarks