X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/bb1f791ce80683443b326e62ae32c255bcff1010..313d1f1c82163b5b9f6c3919b6d319964ec06f5e:/IDA_new/run_long_paper3.py?ds=sidebyside diff --git a/IDA_new/run_long_paper3.py b/IDA_new/run_long_paper3.py index a395f66..da8338c 100644 --- a/IDA_new/run_long_paper3.py +++ b/IDA_new/run_long_paper3.py @@ -12,9 +12,15 @@ 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) +for k in range(4,10,2): + result=subprocess.check_output("./ida_gf65_paper3 t2 n"+str(k)+" ffile"+str(len),shell=True) + res=result.decode() + print(str(len)+"\t 2 \t"+str(k)+" \t"+res) + +