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

Private GIT Repository
new
authorcouturie <you@example.com>
Sun, 23 Dec 2018 19:31:06 +0000 (20:31 +0100)
committercouturie <you@example.com>
Sun, 23 Dec 2018 19:31:06 +0000 (20:31 +0100)
OneRoundIoT/EnhancedOneRound/run_test2.sh [new file with mode: 0644]

diff --git a/OneRoundIoT/EnhancedOneRound/run_test2.sh b/OneRoundIoT/EnhancedOneRound/run_test2.sh
new file mode 100644 (file)
index 0000000..ce6b046
--- /dev/null
@@ -0,0 +1,30 @@
+#sh run_test2.sh  > execution_oneround2.txt
+printf "#size \th\t     ecbprng enc dec   \t \t      cbcprng enc dec    \t \t  cbcrm enc dec\n"
+printf "256\t 128\t"; ./enhanced_oneround nb10000000 lena0 ecbprng h256 sizebuf16; ./enhanced_oneround nb10000000 lena0 cbcprng h256 sizebuf16; ./enhanced_oneround nb10000000 lena0 cbcrm h256 sizebuf16
+printf "\n"
+printf "1024\t 128\t"; ./enhanced_oneround nb1000000 lena0 ecbprng h256 sizebuf32; ./enhanced_oneround nb1000000 lena0 cbcprng h256 sizebuf32; ./enhanced_oneround nb1000000 lena0 cbcrm h256 sizebuf32
+printf "\n"
+printf "4096\t 128\t"; ./enhanced_oneround nb100000 lena0 ecbprng h256 sizebuf64; ./enhanced_oneround nb100000 lena0 cbcprng h256 sizebuf64; ./enhanced_oneround nb100000 lena0 cbcrm h256 sizebuf64
+printf "\n"
+printf "16384\t 128\t"; ./enhanced_oneround nb100000 lena0 ecbprng h256 sizebuf128; ./enhanced_oneround nb100000 lena0 cbcprng h256 sizebuf128; ./enhanced_oneround nb100000 lena0 cbcrm h256 sizebuf128
+printf "\n"
+printf "65536\t 128\t"; ./enhanced_oneround nb10000 lena0 ecbprng h256 sizebuf256; ./enhanced_oneround nb10000 lena0 cbcprng h256 sizebuf256; ./enhanced_oneround nb10000 lena0 cbcrm h256 sizebuf256
+printf "\n"
+printf "262144\t 128\"; ./enhanced_oneround nb1000 lena0 ecbprng h256 sizebuf512; ./enhanced_oneround nb1000 lena0 cbcprng h256 sizebuf512; ./enhanced_oneround nb1000 lena0 cbcrm h256 sizebuf512
+printf "\n"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+