]> 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:06:55 +0000 (19:06 +0100)
committercouturier <raphael.couturie@univ-fcomte.fr>
Wed, 8 Dec 2021 18:06:55 +0000 (19:06 +0100)
CipherImg/run.sh [new file with mode: 0644]
OneRoundIoT/openssl/run.sh [new file with mode: 0644]

diff --git a/CipherImg/run.sh b/CipherImg/run.sh
new file mode 100644 (file)
index 0000000..cb65c20
--- /dev/null
@@ -0,0 +1,11 @@
+
+printf "size 16\n"
+./test_sub_perm nb1000 sizebuf4
+printf "size 64\n"
+./test_sub_perm nb1000 sizebuf8
+printf "size 256\n"
+./test_sub_perm nb1000 sizebuf16
+printf "size 1024\n"
+./test_sub_perm nb1000 sizebuf32
+printf "size 4096\n"
+./test_sub_perm nb1000 sizebuf64
diff --git a/OneRoundIoT/openssl/run.sh b/OneRoundIoT/openssl/run.sh
new file mode 100644 (file)
index 0000000..cee1d17
--- /dev/null
@@ -0,0 +1,10 @@
+printf "size 16\n"
+./openssl_evp nb100 sizebuf4
+printf "\n size 64\n"
+./openssl_evp nb100 sizebuf8
+printf "\n size 256\n"
+./openssl_evp nb100 sizebuf16
+printf "\n size 1024\n"
+./openssl_evp nb100 sizebuf32
+printf "\n size 4096\n"
+./openssl_evp nb100 sizebuf64