Get MD5 digested HEX string
- Parameters:
-
| data | source object |
| nbytes | size of data |
- Returns:
- malloced 16+1 bytes digested HEX string which is terminated by NULL character
unsigned char *md5 = qHashMd5((void*)"hello", 5);
free(md5);
Definition at line 56 of file qHash.c.