X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/f11cbe1273bfdff6783877c7268525170c9c701b..a4957665caebd182ca258c1638c94a20a62ce35b:/OneRoundIoT/OneRound/run_test.sh diff --git a/OneRoundIoT/OneRound/run_test.sh b/OneRoundIoT/OneRound/run_test.sh index d384c20..a86edb0 100644 --- a/OneRoundIoT/OneRound/run_test.sh +++ b/OneRoundIoT/OneRound/run_test.sh @@ -1,20 +1,20 @@ #sh run_test.sh > execution_oneround.txt -printf "16\t"; ./one_round_new nb10000000 lena0 ctr0 h4 sizebuf4; ./one_round_new nb10000000 lena0 ctr1 h4 sizebuf4 +printf "16\t"; ./one_round_new4 nb10000000 lena0 ctr0 h4 sizebuf4; ./one_round_new4 nb10000000 lena0 ctr1 h4 sizebuf4 printf "\n" -printf "64\t"; ./one_round_new nb10000000 lena0 ctr0 h8 sizebuf8; ./one_round_new nb10000000 lena0 ctr1 h8 sizebuf8 +printf "64\t"; ./one_round_new4 nb10000000 lena0 ctr0 h8 sizebuf8; ./one_round_new4 nb10000000 lena0 ctr1 h8 sizebuf8 printf "\n" -printf "256\t"; ./one_round_new nb1000000 lena0 ctr0 h16 sizebuf16; ./one_round_new nb1000000 lena0 ctr1 h16 sizebuf16 +printf "256\t"; ./one_round_new4 nb1000000 lena0 ctr0 h16 sizebuf16; ./one_round_new4 nb1000000 lena0 ctr1 h16 sizebuf16 printf "\n" -printf "1024\t"; ./one_round_new nb1000000 lena0 ctr0 h32 sizebuf32; ./one_round_new nb1000000 lena0 ctr1 h32 sizebuf32 +printf "1024\t"; ./one_round_new4 nb1000000 lena0 ctr0 h32 sizebuf32; ./one_round_new4 nb1000000 lena0 ctr1 h32 sizebuf32 printf "\n" -printf "4096\t"; ./one_round_new nb100000 lena0 ctr0 h32 sizebuf64; ./one_round_new nb100000 lena0 ctr1 h32 sizebuf64 +printf "4096\t"; ./one_round_new4 nb100000 lena0 ctr0 h32 sizebuf64; ./one_round_new4 nb100000 lena0 ctr1 h32 sizebuf64 printf "\n" -printf "16384\t"; ./one_round_new nb100000 lena0 ctr0 h32 sizebuf128; ./one_round_new nb100000 lena0 ctr1 h32 sizebuf128 +printf "16384\t"; ./one_round_new4 nb100000 lena0 ctr0 h32 sizebuf128; ./one_round_new4 nb100000 lena0 ctr1 h32 sizebuf128 printf "\n" -printf "65536\t"; ./one_round_new nb10000 lena0 ctr0 h32 sizebuf256; ./one_round_new nb10000 lena0 ctr1 h32 sizebuf256 +printf "65536\t"; ./one_round_new4 nb10000 lena0 ctr0 h32 sizebuf256; ./one_round_new4 nb10000 lena0 ctr1 h32 sizebuf256 printf "\n" -printf "262144\t"; ./one_round_new nb1000 lena0 ctr0 h32 sizebuf512; ./one_round_new nb1000 lena0 ctr1 h32 sizebuf512 +printf "262144\t"; ./one_round_new4 nb1000 lena0 ctr0 h32 sizebuf512; ./one_round_new4 nb1000 lena0 ctr1 h32 sizebuf512 printf "\n"