From 9e821d21b1a6462b6d6fad288599e76eaa273603 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 14 Oct 2017 12:15:35 +0200 Subject: Simplify makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/keccak-384sum.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/keccak-384sum.c (limited to 'src/keccak-384sum.c') diff --git a/src/keccak-384sum.c b/src/keccak-384sum.c deleted file mode 100644 index 3a6e3a0..0000000 --- a/src/keccak-384sum.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, 384); - return RUN("Keccak", "keccak-384sum", LIBKECCAK_KECCAK_SUFFIX); -} -- cgit v1.2.3-70-g09d2