From 102c40aa3d705c90bbf45f491dc3f0108d583baf Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Couturier?= <raphael.couturier@univ-fcomte.fr>
Date: Fri, 28 Aug 2020 10:00:59 +0200
Subject: [PATCH] new

---
 OneRoundIoT/OneRound/run_test_small4.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/OneRoundIoT/OneRound/run_test_small4.sh b/OneRoundIoT/OneRound/run_test_small4.sh
index 03bb1ca..f56115b 100644
--- a/OneRoundIoT/OneRound/run_test_small4.sh
+++ b/OneRoundIoT/OneRound/run_test_small4.sh
@@ -1,16 +1,16 @@
 #sh run_test_small4.sh  > execution_oneround_small4.txt
 printf "#size \t h \t     one round cbc  enc dec   \t \t      one_round_new4 ctr enc dec   \n"
-printf "786432 \t   4 \t"; ./one_round_new4 nb100 lena1  h4 ctr0; ./one_round_new4 nb100 lena1 h4 ctr1
+printf "786432 \t   4 \t"; ./one_round_new4 nb500 lena1  h4 ctr0; ./one_round_new4 nb500 lena1 h4 ctr1
 printf "\n"
-printf "786432 \t   8 \t"; ./one_round_new4 nb100 lena1 h8 ctr0; ./one_round_new4 nb100 lena1 h8 ctr1
+printf "786432 \t   8 \t"; ./one_round_new4 nb500 lena1 h8 ctr0; ./one_round_new4 nb500 lena1 h8 ctr1
 printf "\n"
-printf "786432 \t   16 \t"; ./one_round_new4 nb100 lena1 h16 ctr0; ./one_round_new4 nb100 lena1 h16 ctr1
+printf "786432 \t   16 \t"; ./one_round_new4 nb500 lena1 h16 ctr0; ./one_round_new4 nb500 lena1 h16 ctr1
 printf "\n"
-printf "786432 \t   32 \t"; ./one_round_new4 nb100 lena1 h32 ctr0; ./one_round_new4 nb100 lena1 h32 ctr1
+printf "786432 \t   32 \t"; ./one_round_new4 nb500 lena1 h32 ctr0; ./one_round_new4 nb500 lena1 h32 ctr1
 printf "\n"
-printf "786432 \t   64 \t"; ./one_round_new4 nb100 lena1 h64 ctr0; ./one_round_new4 nb100 lena1 h64 ctr1
+printf "786432 \t   64 \t"; ./one_round_new4 nb500 lena1 h64 ctr0; ./one_round_new4 nb500 lena1 h64 ctr1
 printf "\n"
-printf "786432 \t   128 \t"; ./one_round_new4 nb100 lena1 h128 ctr0; ./one_round_new4 nb100 lena1 h128 ctr1
+printf "786432 \t   128 \t"; ./one_round_new4 nb500 lena1 h128 ctr0; ./one_round_new4 nb500 lena1 h128 ctr1
 printf "\n"
 
 
-- 
2.39.5