X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/caa49419c4db8b3925c7af2ab014f14bddea4d21..072dcfd41090ee5b945f6aeead7325659ca26438:/OneRoundIoT/EnhancedOneRound/run_test_small2.sh 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"