aboutsummaryrefslogblamecommitdiffstats
path: root/shake256sum.c
blob: ff3af9f2af416018ecf38c35566af7703a06333a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                         

                   

                            
 


                                                                  
                                           
 
/* 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_shake((libkeccak_spec_t *)&spec, 256, 256);
	return RUN(LIBKECCAK_SHAKE_SUFFIX);
}