# v0.1 -  - Tue Jul 26 14:03:33 CEST 2011
# - setup for the simvectors

# copy files
ln -s ../../scripts/gen_sha3_stimuli.pl 
gcp -a ../../external/Skein_FinalRnd/Reference_Implementation/* .
gcp -a ../../scripts/ETHZ_KAT.c .

# compile the reference
gcc -o ETHZ_KAT *.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