diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 13:33:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 13:33:07 +0200 |
commit | b5612bbbcbfd4fff7e8552579a7dd81a141d90d3 (patch) | |
tree | 1ed81a17345ac89a5ce89e232ac478b84297a4ce /keccak-384sum.c | |
parent | Use arg.h instead of argparser (diff) | |
download | sha3sum-b5612bbbcbfd4fff7e8552579a7dd81a141d90d3.tar.gz sha3sum-b5612bbbcbfd4fff7e8552579a7dd81a141d90d3.tar.bz2 sha3sum-b5612bbbcbfd4fff7e8552579a7dd81a141d90d3.tar.xz |
Generate all C files except common.c and keccaksum.c
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | keccak-384sum.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keccak-384sum.c b/keccak-384sum.c deleted file mode 100644 index 39e74f8..0000000 --- a/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_sha3((libkeccak_spec_t *)&spec, 384); - return RUN(""); -} |