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

Private GIT Repository
new
authorcouturier <raphael.couturie@univ-fcomte.fr>
Wed, 8 Dec 2021 18:09:23 +0000 (19:09 +0100)
committercouturier <raphael.couturie@univ-fcomte.fr>
Wed, 8 Dec 2021 18:09:23 +0000 (19:09 +0100)
CipherImg/run.sh
OneRoundIoT/openssl/run.sh

index cb65c20a2f771f69238c141a32d6a54ab02c5d00..3b1a585b0af453dde32f2b751121eb9ddc6c3e4a 100644 (file)
@@ -1,11 +1,11 @@
 
 printf "size 16\n"
-./test_sub_perm nb1000 sizebuf4
+./test_sub_perm nb10000 sizebuf4
 printf "size 64\n"
-./test_sub_perm nb1000 sizebuf8
+./test_sub_perm nb10000 sizebuf8
 printf "size 256\n"
-./test_sub_perm nb1000 sizebuf16
+./test_sub_perm nb10000 sizebuf16
 printf "size 1024\n"
-./test_sub_perm nb1000 sizebuf32
+./test_sub_perm nb10000 sizebuf32
 printf "size 4096\n"
-./test_sub_perm nb1000 sizebuf64
+./test_sub_perm nb10000 sizebuf64
index 13ceb916c6ba9b83506421ef1a467ee360b20c14..12d8a96de342a85d72b8731470b3e3aa843e9d40 100644 (file)
@@ -1,10 +1,10 @@
 printf "size 16\n"
-./openssl_evp nb1000 sizebuf4
+./openssl_evp nb10000 sizebuf4
 printf "\n size 64\n"
-./openssl_evp nb1000 sizebuf8
+./openssl_evp nb10000 sizebuf8
 printf "\n size 256\n"
-./openssl_evp nb1000 sizebuf16
+./openssl_evp nb10000 sizebuf16
 printf "\n size 1024\n"
-./openssl_evp nb1000 sizebuf32
+./openssl_evp nb10000 sizebuf32
 printf "\n size 4096\n"
-./openssl_evp nb1000 sizebuf64
+./openssl_evp nb10000 sizebuf64