X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/a501010a5baf9d94ba7086a599cb5add10f9ad07..e0ff6be80e2df6093b167083fe31538b9c97e470:/OneRoundIoT/EnhancedOneRound/run_test_small1.sh diff --git a/OneRoundIoT/EnhancedOneRound/run_test_small1.sh b/OneRoundIoT/EnhancedOneRound/run_test_small1.sh index 916f7a4..6668f19 100644 --- a/OneRoundIoT/EnhancedOneRound/run_test_small1.sh +++ b/OneRoundIoT/EnhancedOneRound/run_test_small1.sh @@ -10,7 +10,7 @@ printf "256 \t 32 \t"; ./enhanced_oneround nb1000000 lena0 ecbprng h32 sizebuf printf "\n" printf "256 \t 64 \t"; ./enhanced_oneround nb1000000 lena0 ecbprng h64 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcprng h64 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcrm h64 sizebuf16 printf "\n" -printf "256 \t 12 \t"; ./enhanced_oneround nb1000000 lena0 ecbprng h128 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcprng h128 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcrm h128 sizebuf16 +printf "256 \t 128 \t"; ./enhanced_oneround nb1000000 lena0 ecbprng h128 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcprng h128 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcrm h128 sizebuf16 printf "\n" printf "256 \t 256 \t"; ./enhanced_oneround nb1000000 lena0 ecbprng h256 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcprng h256 sizebuf16; ./enhanced_oneround nb1000000 lena0 cbcrm h256 sizebuf16 printf "\n"