e-CryptIt Engine Xojo Plugin |
|
HMAC_SHA_512.Final Method
Use this function when you are done adding bytes to the HMAC_SHA_512 class.

Final()
as String
Parameters
Returns
- String
- The Hash key (64 bytes for HMAC_SHA_512)
Remarks
Returns the Hash key (64 bytes for HMAC_SHA_512)
See Also
HMAC_SHA_512 Class