]> 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>
Tue, 21 Jun 2022 09:39:00 +0000 (11:39 +0200)
committercouturier <raphael.couturie@univ-fcomte.fr>
Tue, 21 Jun 2022 09:39:00 +0000 (11:39 +0200)
OneRoundIoT/Delta/run_test.sh

index db80ed976ffef94ded30b1e824a621c090df26e5..7ef4ce8ceb3093f43562b20b2f5df8f8e9653cc0 100644 (file)
@@ -1,19 +1,19 @@
 #sh run_test.sh  > execution_oneround.txt
 
 
-printf "size;   throughtput delta enc dec;   throughtput enhanced ctr delta enc dec;  throughtput AES ctr enc dec;   throughtput PHAMalgo enc dec   "
+printf "size;   throughtput delta enc dec;   throughtput enhanced ctr delta enc dec;  throughtput AES ctr enc dec;   throughtput PHAMalgo enc dec    throughtput grain enc dec   "
 printf "\n"
-printf "64\t"; ./scprng nb10000000 lena0 h8 sizebuf8;  ../OneRound/one_round_new4 nb10000000 lena0 ctr1 h8 sizebuf8; ../openssl/openssl_evp nb1000000 lena0 ctr1 h8 sizebuf8; ../../Arduino/With_Duc/version_linux nb10000000 sizebuf8
+printf "64\t"; ./scprng nb10000000 lena0 h8 sizebuf8;  ../OneRound/one_round_new4 nb10000000 lena0 ctr1 h8 sizebuf8; ../openssl/openssl_evp nb1000000 lena0 ctr1 h8 sizebuf8; ../../Arduino/With_Duc/version_linux nb10000000 sizebuf8  ;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb100000 sizebuf8
 printf "\n"
-printf "256\t"; ./scprng nb1000000 lena0  h32 sizebuf16; ../OneRound/one_round_new4 nb1000000 lena0 ctr1 h16 sizebuf16; ../openssl/openssl_evp nb1000000 lena0 ctr1 h16 sizebuf16; ../../Arduino/With_Duc/version_linux nb1000000 sizebuf16
+printf "256\t"; ./scprng nb1000000 lena0  h32 sizebuf16; ../OneRound/one_round_new4 nb1000000 lena0 ctr1 h16 sizebuf16; ../openssl/openssl_evp nb1000000 lena0 ctr1 h16 sizebuf16; ../../Arduino/With_Duc/version_linux nb1000000 sizebuf16 ;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb100000 sizebuf16
 printf "\n"
-printf "1024\t"; ./scprng nb1000000 lena0  h128 sizebuf32; ../OneRound/one_round_new4 nb1000000 lena0 ctr1 h32 sizebuf32; ../openssl/openssl_evp nb1000000 lena0 ctr1 h32 sizebuf32; ../../Arduino/With_Duc/version_linux nb1000000 sizebuf32
+printf "1024\t"; ./scprng nb1000000 lena0  h128 sizebuf32; ../OneRound/one_round_new4 nb1000000 lena0 ctr1 h32 sizebuf32; ../openssl/openssl_evp nb1000000 lena0 ctr1 h32 sizebuf32; ../../Arduino/With_Duc/version_linux nb1000000 sizebuf32;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb100000 sizebuf32
 printf "\n"
-printf "4096\t"; ./scprng nb100000 lena0  h128 sizebuf64; ../OneRound/one_round_new4 nb100000 lena0 ctr1 h32 sizebuf64; ../openssl/openssl_evp nb100000 lena0 ctr1 h32 sizebuf64; ../../Arduino/With_Duc/version_linux nb100000 sizebuf64
+printf "4096\t"; ./scprng nb100000 lena0  h128 sizebuf64; ../OneRound/one_round_new4 nb100000 lena0 ctr1 h32 sizebuf64; ../openssl/openssl_evp nb100000 lena0 ctr1 h32 sizebuf64; ../../Arduino/With_Duc/version_linux nb100000 sizebuf64 ;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb10000 sizebuf64
 printf "\n"
-printf "16384\t"; ./scprng nb100000 lena0  h128 sizebuf128; ../OneRound/one_round_new4 nb100000 lena0 ctr1 h32 sizebuf128; ../openssl/openssl_evp nb100000 lena0 ctr1 h32 sizebuf128; ../../Arduino/With_Duc/version_linux nb100000 sizebuf128
+printf "16384\t"; ./scprng nb100000 lena0  h128 sizebuf128; ../OneRound/one_round_new4 nb100000 lena0 ctr1 h32 sizebuf128; ../openssl/openssl_evp nb100000 lena0 ctr1 h32 sizebuf128; ../../Arduino/With_Duc/version_linux nb100000 sizebuf128;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb1000 sizebuf128
 printf "\n"
-printf "65536\t"; ./scprng nb10000 lena0  h128 sizebuf256; ../OneRound/one_round_new4 nb10000 lena0 ctr1 h32 sizebuf256; ../openssl/openssl_evp nb10000 lena0 ctr1 h32 sizebuf256; ../../Arduino/With_Duc/version_linux nb10000 sizebuf256
+printf "65536\t"; ./scprng nb10000 lena0  h128 sizebuf256; ../OneRound/one_round_new4 nb10000 lena0 ctr1 h32 sizebuf256; ../openssl/openssl_evp nb10000 lena0 ctr1 h32 sizebuf256; ../../Arduino/With_Duc/version_linux nb10000 sizebuf256;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb1000 sizebuf256
 printf "\n"
-printf "262144\t"; ./scprng nb1000 lena0  h128 sizebuf512; ../OneRound/one_round_new4 nb1000 lena0 ctr1 h32 sizebuf512; ../openssl/openssl_evp nb1000 lena0 ctr1 h32 sizebuf512; ../../Arduino/With_Duc/version_linux nb1000 sizebuf512
+printf "262144\t"; ./scprng nb1000 lena0  h128 sizebuf512; ../OneRound/one_round_new4 nb1000 lena0 ctr1 h32 sizebuf512; ../openssl/openssl_evp nb1000 lena0 ctr1 h32 sizebuf512; ../../Arduino/With_Duc/version_linux nb1000 sizebuf512;   ../../other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/raph nb100 sizebuf512
 printf "\n"