aboutsummaryrefslogtreecommitdiffstats
path: root/keccaksum.c
blob: 54a9cee3e1fc2728bbaa40fff1e95a1c645036a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
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("");
}