From: Niels Möller Date: Tue, 30 Aug 2011 08:17:19 +0000 (+0200) Subject: Declare hmac-ripemd160 related functions. X-Git-Tag: nettle_2.3_release_20110902~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579a2222a5f090047a8db5b99b853aaec1d5163d;p=thirdparty%2Fnettle.git Declare hmac-ripemd160 related functions. Rev: nettle/hmac.h:1.6 --- diff --git a/hmac.h b/hmac.h index 2388d7aa..ea6cef2d 100644 --- a/hmac.h +++ b/hmac.h @@ -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