Prepare for Crypto++ 8.2 release

Fix Fedora 7 compile
This commit is contained in:
Jeffrey Walton 2019-04-28 15:21:26 -04:00
parent e705fa7fad
commit a04014aa48
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -39,8 +39,8 @@ extern void KeccakF1600x2_SSE(word64 *state);
// The F1600 round constants
extern const word64 KeccakF1600Constants[24];
const word64 rho8[2] = {0x0605040302010007, 0x0E0D0C0B0A09080F};
const word64 rho56[2] = {0x0007060504030201, 0x080F0E0D0C0B0A09};
const word64 rho8[2] = {W64LIT(0x0605040302010007), W64LIT(0x0E0D0C0B0A09080F)};
const word64 rho56[2] = {W64LIT(0x0007060504030201), W64LIT(0x080F0E0D0C0B0A09)};
#define V128 __m128i
#define CV128 const __m128i