Newer
Older
cmd5apoppw / hmac_md5.h
@yuuji yuuji on 22 Sep 2006 292 bytes Initial revision

/* prototypes */

void hmac_md5( unsigned char* text, int text_len, unsigned char* key, int key_len, unsigned char* digest);

/* pointer to data stream */
/* length of data stream */
/* pointer to authentication key */
/* length of authentication key */
/* caller digest to be filled in */