Skip to content
Snippets Groups Projects
Commit b4676d17 authored by Ruhault's avatar Ruhault
Browse files

cookie

parent 0483c2a6
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ def generate_files_secrecy(filename, path):
if(index>=63+count*4):
outfile.write(lines[index])
with open("../"+path+"/wireguard_command", "a") as outfile:
outfile.write("proverif"+" "+filename[:-3]+"_"+str(i)+".pv"+" > "+filename[:-3]+"_"+str(i)+".pv.log"+"\n")
outfile.write("timeout 5m proverif"+" "+filename[:-3]+"_"+str(i)+".pv"+" > "+filename[:-3]+"_"+str(i)+".pv.log"+"\n")
def tamarin_proverif_agreement_inithello(value):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment