Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
579a2222
Commit
579a2222
authored
Aug 30, 2011
by
Niels Möller
Browse files
Declare hmac-ripemd160 related functions.
Rev: nettle/hmac.h:1.6
parent
068adddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
hmac.h
View file @
579a2222
...
...
@@ -29,6 +29,7 @@
#include
"nettle-meta.h"
#include
"md5.h"
#include
"ripemd160.h"
#include
"sha.h"
#ifdef __cplusplus
...
...
@@ -42,6 +43,9 @@ extern "C" {
#define hmac_md5_set_key nettle_hmac_md5_set_key
#define hmac_md5_update nettle_hmac_md5_update
#define hmac_md5_digest nettle_hmac_md5_digest
#define hmac_ripemd160_set_key nettle_hmac_ripemd160_set_key
#define hmac_ripemd160_update nettle_hmac_ripemd160_update
#define hmac_ripemd160_digest nettle_hmac_ripemd160_digest
#define hmac_sha1_set_key nettle_hmac_sha1_set_key
#define hmac_sha1_update nettle_hmac_sha1_update
#define hmac_sha1_digest nettle_hmac_sha1_digest
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment