From b5612bbbcbfd4fff7e8552579a7dd81a141d90d3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 14 Oct 2017 13:33:07 +0200 Subject: Generate all C files except common.c and keccaksum.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- keccak-256sum.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 keccak-256sum.c (limited to 'keccak-256sum.c') diff --git a/keccak-256sum.c b/keccak-256sum.c deleted file mode 100644 index 8e780d8..0000000 --- a/keccak-256sum.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_sha3((libkeccak_spec_t *)&spec, 256); - return RUN(""); -} -- cgit v1.2.3-70-g09d2