X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/796f459bbce4952363048d80c3ff29cfbf197072..299c935c9d5da5937c712211e4209a4941659b1e:/IDA_new/run_long2.py?ds=inline diff --git a/IDA_new/run_long2.py b/IDA_new/run_long2.py index 2003e02..334d463 100644 --- a/IDA_new/run_long2.py +++ b/IDA_new/run_long2.py @@ -7,7 +7,7 @@ import re print("#size \t t \t n \t time") -for i in range(14,30,2): +for i in range(14,26,2): len=(2**i) subprocess.check_output("head -c "+str(len)+" file"+str(len),shell=True)