]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
update
authorcouturie <you@example.com>
Sat, 29 Dec 2018 16:44:29 +0000 (17:44 +0100)
committercouturie <you@example.com>
Sat, 29 Dec 2018 16:44:29 +0000 (17:44 +0100)
OneRoundIoT/EnhancedOneRound/run_test_small4.sh
OneRoundIoT/OneRound/run_test_small4.sh [new file with mode: 0644]

index 1b615d702bcc8d0e937c1df25c728c47a03bd590..854b56eed301be6c30c0317cc6d9507d576eb89b 100644 (file)
@@ -1,6 +1,6 @@
 #sh run_test_small4.sh  > execution_oneround_small4.txt
 printf "#size \t h \t     ecbprng enc dec   \t \t      cbcprng enc dec    \t \t  cbcrm enc dec\n"
-printf " \t   4 \t"; ./enhanced_oneround nb100 lena1 ecbprng h4 sizebuf16; ./enhanced_oneround nb100 lena1 cbcprng h4 sizebuf16; ./enhanced_oneround nb100 lena1 cbcrm h4 sizebuf16
+printf "786432 \t   4 \t"; ./enhanced_oneround nb100 lena1 ecbprng h4 sizebuf16; ./enhanced_oneround nb100 lena1 cbcprng h4 sizebuf16; ./enhanced_oneround nb100 lena1 cbcrm h4 sizebuf16
 printf "\n"
 printf "786432 \t   8 \t"; ./enhanced_oneround nb100 lena1 ecbprng h8 sizebuf16; ./enhanced_oneround nb100 lena1 cbcprng h8 sizebuf16; ./enhanced_oneround nb100 lena1 cbcrm h8 sizebuf16
 printf "\n"
diff --git a/OneRoundIoT/OneRound/run_test_small4.sh b/OneRoundIoT/OneRound/run_test_small4.sh
new file mode 100644 (file)
index 0000000..16ea291
--- /dev/null
@@ -0,0 +1,28 @@
+#sh run_test_small4.sh  > execution_oneround_small4.txt
+printf "#size \t h \t     one round cbc  enc dec   \t \t      one_round_new ctr enc dec   \n"
+printf "786432 \t   4 \t"; ./one_round_new nb100 lena1  h4 ctr0; ./one_round_new nb100 lena1 h4 ctr1
+printf "\n"
+printf "786432 \t   8 \t"; ./one_round_new nb100 lena1 h8 ctr0; ./one_round_new nb100 lena1 h8 ctr1
+printf "\n"
+printf "786432 \t   16 \t"; ./one_round_new nb100 lena1 h16 ctr0; ./one_round_new nb100 lena1 h16 ctr1
+printf "\n"
+printf "786432 \t   32 \t"; ./one_round_new nb100 lena1 h32 ctr0; ./one_round_new nb100 lena1 h32 ctr1
+printf "\n"
+printf "786432 \t   64 \t"; ./one_round_new nb100 lena1 h64 ctr0; ./one_round_new nb100 lena1 h64 ctr1
+printf "\n"
+printf "786432 \t   128 \t"; ./one_round_new nb100 lena1 h128 ctr0; ./one_round_new nb100 lena1 h128 ctr1
+printf "\n"
+
+
+
+
+
+
+
+
+
+
+
+
+
+