Finish the authenticated decryption (in incremental mode).
Public Function aeadFinishDecrypt ( _ hContext As Long _ ) As Long
AUTH_FAILED_ERROR
(-40) if the inputs are not authentic.
Must be preceded by aeadStartDecrypt 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.
Returns MISUSE_ERROR
if called out of sequence.