This procedure generated 32 bytes hash code for any data passed as input.
Parameter | Type | Description | |
---|---|---|---|
inputDataPtr | POINTER | Mandatory | Pointer to data |
inputDataLen | 10U 0 | Mandatory | Length of data in bytes |
The procedure returns 32 characters variable represening unique hash code of given data.
Example:
xxData = 'Any text, for example Hello World!';
xxHash = generateHashCode(%ADDR(xxData): %SIZE(xxData));