added missing hmac_md5() function to hmac.h
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
#include "digest.h"
|
||||
|
||||
void hmac_md5(const char *msg, const unsigned int msg_len,
|
||||
unsigned char *hmac, const char *hmac_key, const int hmac_key_len);
|
||||
void hmac_sha1(const char *msg, const unsigned int msg_len,
|
||||
unsigned char *hmac, const char *hmac_key, const int hmac_key_len);
|
||||
void hmac_sha256(const char *msg, const unsigned int msg_len,
|
||||
|
||||
Reference in New Issue
Block a user