pike.git
/
src
/
post_modules
/
Nettle
/
hash.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/post_modules/Nettle/hash.cmod:32:
#endif #ifdef HAVE_NETTLE_RIPEMD160_H #include <nettle/ripemd160.h> #endif #ifdef HAVE_NETTLE_GOSTHASH94_H #include <nettle/gosthash94.h> #endif #ifdef HAVE_NETTLE_PBKDF2_H #include <nettle/pbkdf2.h> #endif
+
#ifdef HAVE_NETTLE_HMAC_H
+
#include <nettle/hmac.h>
+
#endif
#include "fdlib.h" /*! @module Nettle */ /*! @class Hash *! *! Represents information about a hash algorithm, such as *! name, digest size, and internal block size. */