Discuss this help topic in SecureBlackbox Forum
Calculates the hash value.
Declaration
Parameters
- Algorithm - specifies the hash algorithm.
- Buffer - buffer containing the data over which to calculate the hash.
- Count - number of bytes to be read from Buffer.
- Offset - offset of the data for hashing in Buffer.
- Size - size of the data block over which to calculate the hash.
- Key - ...
Possible hash algorithms:
Possible HMAC algorithms:
Return value
Returns the hash value.
Description
Use this static function to quickly compute hash over some data.
Discuss this help topic in SecureBlackbox Forum