Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
825ea36c
Commit
825ea36c
authored
Aug 30, 2011
by
Niels Möller
Browse files
Declare hmac-ripemd160 related functions.
Rev: nettle/hmac.h:1.6
parent
f7bb90b7
Changes
1
Show whitespace changes
Inline
Side-by-side
nettle/hmac.h
View file @
825ea36c
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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