Namespaces | |
namespace | HmacSha1 |
Defines | |
#define | SHA1HMAC_LEN 20 |
#define | SHA1HMAC96_LEN 12 |
Functions | |
void | HmacSha1::sha1_hmac (char *dest, char *key, size_t klen, char *text, size_t tlen) |
void | HmacSha1::sha1_hmac_96 (char *dest, char *key, size_t klen, char *text, size_t tlen) |
#define SHA1HMAC96_LEN 12 |
#define SHA1HMAC_LEN 20 |