diff options
-rw-r--r-- | Modules/_sha3/sha3module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_sha3/sha3module.c b/Modules/_sha3/sha3module.c index 297eb2b..56850e6 100644 --- a/Modules/_sha3/sha3module.c +++ b/Modules/_sha3/sha3module.c @@ -27,7 +27,6 @@ * - C++ comments are converted to ANSI C comments. * - All functions and globals are declared static. * - The typedef for UINT64 is commented out. - * - brg_endian.h is removed. * - KeccakF-1600-opt[32|64]-settings.h are commented out * - Some unused functions are commented out to silence compiler warnings. * |