]> AND Private Git Repository - Cipher_code.git/blobdiff - IDA_new/run_long_paper3.py
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
aze
[Cipher_code.git] / IDA_new / run_long_paper3.py
index a395f660577bb563da3854ba4b1a53838a2689f5..da39f31dd22598c0b02de2b1cbb539ffa25f4620 100644 (file)
@@ -12,7 +12,7 @@ len=(2**i)
     
 subprocess.check_output("head -c "+str(len)+" </dev/urandom >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)