diff options
Diffstat (limited to 'Modules/_sha3/keccak/KeccakF-1600-opt64.c')
-rw-r--r-- | Modules/_sha3/keccak/KeccakF-1600-opt64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sha3/keccak/KeccakF-1600-opt64.c b/Modules/_sha3/keccak/KeccakF-1600-opt64.c index 57e2aa4..f19b18b 100644 --- a/Modules/_sha3/keccak/KeccakF-1600-opt64.c +++ b/Modules/_sha3/keccak/KeccakF-1600-opt64.c @@ -12,7 +12,7 @@ http://creativecommons.org/publicdomain/zero/1.0/ */ #include <string.h> -#include "brg_endian.h" +/* #include "brg_endian.h" */ #include "KeccakF-1600-opt64-settings.h" #include "KeccakF-1600-interface.h" |