aboutsummaryrefslogtreecommitdiffstats
path: root/src/keccaksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keccaksum.c')
-rw-r--r--src/keccaksum.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/keccaksum.c b/src/keccaksum.c
deleted file mode 100644
index 8fc10a8..0000000
--- a/src/keccaksum.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-#include "common.h"
-
-int
-main(int argc, char *argv[])
-{
- libkeccak_generalised_spec_t spec;
- libkeccak_generalised_spec_initialise(&spec);
- return RUN("Keccak", "keccaksum", LIBKECCAK_KECCAK_SUFFIX);
-}