aboutsummaryrefslogtreecommitdiffstats
path: root/src/keccak-512sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keccak-512sum.c')
-rw-r--r--src/keccak-512sum.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/keccak-512sum.c b/src/keccak-512sum.c
deleted file mode 100644
index 6ba1041..0000000
--- a/src/keccak-512sum.c
+++ /dev/null
@@ -1,11 +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);
- libkeccak_spec_keccak((libkeccak_spec_t *)&spec, 512);
- return RUN("Keccak", "keccak-512sum", LIBKECCAK_KECCAK_SUFFIX);
-}