A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new
[Cipher_code.git]
/
IDA_new
/
run_long_paper3.py
diff --git
a/IDA_new/run_long_paper3.py
b/IDA_new/run_long_paper3.py
index da39f31dd22598c0b02de2b1cbb539ffa25f4620..da8338ca157cd1d9ed1e25ddac62931dff3d4e2b 100644
(file)
--- 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)
+
+