From: couturie Date: Sun, 23 Dec 2018 15:01:23 +0000 (+0100) Subject: update X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/072dcfd41090ee5b945f6aeead7325659ca26438?ds=inline;hp=caa49419c4db8b3925c7af2ab014f14bddea4d21 update --- diff --git a/OneRoundIoT/EnhancedOneRound/run_test_small1.sh b/OneRoundIoT/EnhancedOneRound/run_test_small1.sh index ea94a40..9b13a27 100644 --- a/OneRoundIoT/EnhancedOneRound/run_test_small1.sh +++ b/OneRoundIoT/EnhancedOneRound/run_test_small1.sh @@ -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" diff --git a/OneRoundIoT/EnhancedOneRound/run_test_small2.sh b/OneRoundIoT/EnhancedOneRound/run_test_small2.sh index 5d7f4e2..7ffe32c 100644 --- a/OneRoundIoT/EnhancedOneRound/run_test_small2.sh +++ b/OneRoundIoT/EnhancedOneRound/run_test_small2.sh @@ -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"