X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/b02de8e537d28d65d6ee4a146b54a5e63cccb845..5422421cfc1923f68c377dde5bee233a59e7845b:/OneRoundIoT/EnhancedOneRound/run_test_small4.sh diff --git a/OneRoundIoT/EnhancedOneRound/run_test_small4.sh b/OneRoundIoT/EnhancedOneRound/run_test_small4.sh index 1b615d7..854b56e 100644 --- a/OneRoundIoT/EnhancedOneRound/run_test_small4.sh +++ b/OneRoundIoT/EnhancedOneRound/run_test_small4.sh @@ -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"