#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 #if (NETTLE_VERSION_MAJOR == 3 && NETTLE_VERSION_MINOR < 2) #error SHA-3 interface broke compat in 3.2; earlier versions not supported #endif #include #include #include #include /* hash algorithms */ #include #include #include #include #include #include #include #include #include #endif