mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Prepare for Crypto++ 8.2 release
Fix Fedora 7 compile
This commit is contained in:
parent
e705fa7fad
commit
a04014aa48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user