md5
Syntax
native md5(const szString[], md5buffer[34]);
Usage
| Parameter | Description |
|---|---|
| szString | String to calculate keysum of |
| md5buffer | Buffer to copy the MD5 hash to |
Description
Calculates the MD5 keysum of a string.
Return
Number of cells written to the buffer (always 32)