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

Private GIT Repository
update
authorcouturie <you@example.com>
Sun, 23 Dec 2018 15:01:23 +0000 (16:01 +0100)
committercouturie <you@example.com>
Sun, 23 Dec 2018 15:01:23 +0000 (16:01 +0100)
OneRoundIoT/EnhancedOneRound/run_test_small1.sh
OneRoundIoT/EnhancedOneRound/run_test_small2.sh

index ea94a402d79719958398c32d6a38356beb535496..9b13a270f4e09270193940c83c9b96e0d4b6d989 100644 (file)
@@ -1,4 +1,4 @@
-#sh run_test.sh  > execution_oneround.txt
+#sh run_test_small1.sh  > execution_oneround_small1.txt
 printf "#size \t h \t     ecbprng enc dec   \t \t      cbcprng enc dec    \t \t  cbcrm enc dec\n"
 printf "256 \t   4"; ./enhanced_oneround nb10000000 lena0 ecbprng h4 sizebuf16; ./enhanced_oneround nb10000000 lena0 cbcprng h4 sizebuf16; ./enhanced_oneround nb10000000 lena0 cbcrm h4 sizebuf16
 printf "\n"
index 5d7f4e2a6d2228000ed5b091d6feccb34161118e..7ffe32cfad2d078eb3cf8ec294a93662edd79490 100644 (file)
@@ -1,4 +1,4 @@
-#sh run_test.sh  > execution_oneround.txt
+#sh run_test_small2.sh  > execution_oneround_small2.txt
 printf "#size \t h \t     ecbprng enc dec   \t \t      cbcprng enc dec    \t \t  cbcrm enc dec\n"
 printf "1024 \t   4"; ./enhanced_oneround nb1000000 lena0 ecbprng h4 sizebuf32; ./enhanced_oneround nb1000000 lena0 cbcprng h4 sizebuf32; ./enhanced_oneround nb1000000 lena0 cbcrm h4 sizebuf32
 printf "\n"