#ifndef _HS_NETTLE_HASH_H #define _HS_NETTLE_HASH_H _HS_NETTLE_HASH_H #include #if (NETTLE_VERSION_MAJOR != 3) #error unsupported nettle version #endif #include #include #include #include /* hash algorithms */ #include #include #include #include #include #include #include #include #include #endif