X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/c96430e0c7c0b315f878471051660405d3f89b99..6c38a140ed2092dd889855fbcc703453670600a5:/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) + +