aboutsummaryrefslogblamecommitdiffstats
path: root/keccak_512.c
blob: a617a528863121ba8327565d0b8a31fa0e548815 (plain) (tree)























                                                                             
/* See LICENSE file for copyright and license details. */
#ifdef SUPPORT_KECCAK
# define TEST
# include "common.h"


static struct testcase testcases[] = {
	{1, 0, "",
	 "0eab42de4c3ceb9235fc91acffe746b29c29a8c366b7c60e4e67c466f36a4304"
	 "c00fa9caf9d87976ba469bcbe06713b435f091ef2769fb160cdab33d3670680e"},
};


#else
# define TEST_UNSUPPORTED
# include "common.h"
#endif


int
main(void)
{
	TEST_MAIN("Keccak-512", KECCAK_512);
}