Name
yw_count_md5 -- compute MD5 digest of data
Synopsis
void yw_count_md5
(uint8_t *md5,
const uint8_t *buf,
int size);
DESCRIPTION
This function computes MD5 hash of size bytes at buf
and stores it in md5, which has to be at least 16 bytes
long.
INFO
Generated from: md5.c,v 1.3 2001/05/05 11:36:18 dobrek Exp.