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.
[PREV: hashFile...]   [Contents]   [Index]   
   [NEXT: hashHexFromBits...]

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