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 --- keccaksum.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 keccaksum.c (limited to 'keccaksum.c') diff --git a/keccaksum.c b/keccaksum.c new file mode 100644 index 0000000..8fc10a8 --- /dev/null +++ b/keccaksum.c @@ -0,0 +1,10 @@ +/* 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); +} -- cgit v1.2.3-70-g09d2