]> AND Private Git Repository - Cipher_code.git/blob - OneRoundIoT/OneRound/run_test_small4.sh
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
16ea291c39f6ead5d62ef5a8d266ad2456920061
[Cipher_code.git] / OneRoundIoT / OneRound / run_test_small4.sh
1 #sh run_test_small4.sh  > execution_oneround_small4.txt
2 printf "#size \t h \t     one round cbc  enc dec   \t \t      one_round_new ctr enc dec   \n"
3 printf "786432 \t   4 \t"; ./one_round_new nb100 lena1  h4 ctr0; ./one_round_new nb100 lena1 h4 ctr1
4 printf "\n"
5 printf "786432 \t   8 \t"; ./one_round_new nb100 lena1 h8 ctr0; ./one_round_new nb100 lena1 h8 ctr1
6 printf "\n"
7 printf "786432 \t   16 \t"; ./one_round_new nb100 lena1 h16 ctr0; ./one_round_new nb100 lena1 h16 ctr1
8 printf "\n"
9 printf "786432 \t   32 \t"; ./one_round_new nb100 lena1 h32 ctr0; ./one_round_new nb100 lena1 h32 ctr1
10 printf "\n"
11 printf "786432 \t   64 \t"; ./one_round_new nb100 lena1 h64 ctr0; ./one_round_new nb100 lena1 h64 ctr1
12 printf "\n"
13 printf "786432 \t   128 \t"; ./one_round_new nb100 lena1 h128 ctr0; ./one_round_new nb100 lena1 h128 ctr1
14 printf "\n"
15
16
17
18
19
20
21
22
23
24
25
26
27
28