diff options
Diffstat (limited to 'rawshake256sum.c')
-rw-r--r-- | rawshake256sum.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rawshake256sum.c b/rawshake256sum.c deleted file mode 100644 index 207d075..0000000 --- a/rawshake256sum.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_rawshake((libkeccak_spec_t *)&spec, 256, 256); - return RUN(LIBKECCAK_RAWSHAKE_SUFFIX); -} |