CryptoSys API Library Manual
hashFinal
Return the final message digest value.
Syntax
[VBA]
Public Function hashFinal ( _
hContext As Long _
) As Byte()
Parameters
- hContext
- Handle to the HASH context.
Return Value
Byte(): Digest in byte array or empty array on error.
Remarks
Computes the result of all hashAddBytes
and hashAddString
calls since HASH_Init
.