X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/d0c22866421af0906375a7506007d0caf5a454ca..7c69daf40abaa790d5f01e034bf458dfa5594e20:/IDA_new/run_long_paper3.py diff --git a/IDA_new/run_long_paper3.py b/IDA_new/run_long_paper3.py index da39f31..da8338c 100644 --- a/IDA_new/run_long_paper3.py +++ b/IDA_new/run_long_paper3.py @@ -17,4 +17,10 @@ for k in range(2,8,2): 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) + +