unsigned char* qHashMd5 ( const void *  data,
size_t  nbytes 
)

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.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1