ext/digest/kangarootwelve/XKCP/lib/high/Keccak/KeccakSponge.c in digest-kangarootwelve-0.4.8 vs ext/digest/kangarootwelve/XKCP/lib/high/Keccak/KeccakSponge.c in digest-kangarootwelve-0.5.0
- old
+ new
@@ -77,17 +77,19 @@
#ifdef XKCP_has_KeccakP1600
#include "KeccakP-1600-SnP.h"
#define prefix KeccakWidth1600
#define SnP KeccakP1600
+ #define SnP_state KeccakP1600_state
#define SnP_width 1600
#define SnP_Permute KeccakP1600_Permute_24rounds
#if defined(KeccakF1600_FastLoop_supported)
#define SnP_FastLoop_Absorb KeccakF1600_FastLoop_Absorb
#endif
#include "KeccakSponge.inc"
#undef prefix
#undef SnP
+ #undef SnP_state
#undef SnP_width
#undef SnP_Permute
#undef SnP_FastLoop_Absorb
#endif