# 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/SHA2/* .
rm test genKAT.c ShortMsgKAT*


echo '#include "sha3nist.h"' > SHA3api_ref.h
gcp -a ../../scripts/ETHZ_KAT.c .

# compile the reference
gcc -o ETHZ_KAT ETHZ_KAT.c sha2.c sha3nist.c sha2big.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