/* 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 */



syntax highlighted by Code2HTML, v. 0.9.1