char* qHashMd5Str ( const void *  data,
size_t  nbytes 
)

Get MD5 digested ASCII string

Parameters:
data source object
nbytes size of data
Returns:
malloced 32+1 bytes digested ASCII string which is terminated by NULL character
   char *md5str = qHashMd5Str((void*)"hello", 5);
   printf("%s\n", md5str);
   free(md5str);

Definition at line 85 of file qHash.c.


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