# v0.1 -  - Tue Jul 26 14:26:13 CEST 2011
# - groestl simvectors

ln -s ../../scripts/gen_sha3_stimuli.pl 
gcp -a ../../external/Groestl_FinalRnd/Reference_Implementation/* .
echo '#include "Groestl-ref.h"' > SHA3api_ref.h
gcp -a ../../scripts/ETHZ_KAT.c .

# compile the reference
gcc -o ETHZ_KAT ETHZ_KAT.c Groestl-ref.c

# run the generation script
./gen_sha3_stimuli.pl

# this should do it

# ignore the following files on SVN
cat < svn.ignore
stimuli.txt
expresp.txt
EOF

svn -q propset svn:ignore -F svn.ignore .
rm svn.ignore

Generated on Tue Nov 22 15:16:34 CET 2011
Home