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

Must be preceded by aeadStartEncrypt and zero or more calls to aeadUpdate. May be followed by aeadSetNonce to begin processing another packet with the same key and algorithm; otherwise should be followed by aeadDestroy.
[PREV: aeadFinishDecrypt...]   [Contents]   [Index]   
   [NEXT: aeadInitKey...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.