There was an error while loading. Please reload this page.
1 parent c018f57 commit 2649105Copy full SHA for 2649105
1 file changed
Modules/_sha3/sha3module.c
@@ -110,7 +110,6 @@
110
typedef PY_UINT64_T UINT64;
111
#else
112
/* 32 or 64bit platforms without unsigned int64 */
113
- #warning no uint64_t available, force Keccak opt32 with interleave tables
114
#define KeccakImplementation 32
115
#define Unrolling 2
116
#define UseSchedule 3
0 commit comments