From: Raphaƫl Couturier Date: Tue, 25 Feb 2020 03:27:32 +0000 (+0100) Subject: aze X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/d0c22866421af0906375a7506007d0caf5a454ca aze --- diff --git a/IDA_new/run_long_paper3.py b/IDA_new/run_long_paper3.py index a395f66..da39f31 100644 --- a/IDA_new/run_long_paper3.py +++ b/IDA_new/run_long_paper3.py @@ -12,7 +12,7 @@ len=(2**i) subprocess.check_output("head -c "+str(len)+" file"+str(len),shell=True) for k in range(2,8,2): - result=subprocess.check_output("./ida_gf65_paper2 t"+str(k)+" n8 ffile"+str(len),shell=True) + result=subprocess.check_output("./ida_gf65_paper3 t"+str(k)+" n8 ffile"+str(len),shell=True) res=result.decode() print(str(len)+"\t"+str(k)+"\t 8 \t"+res)