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

Private GIT Repository
rc4_hash2
[Cipher_code.git] / IDA_new / run_long2.py
index 2003e0200bf1438c30bdcdf4b03399663615a7e5..334d463a51955cb6470b2a5df266e4d85b060e45 100644 (file)
@@ -7,7 +7,7 @@ import re
 
 print("#size \t t   \t n  \t time")
 
-for i in range(14,30,2):
+for i in range(14,26,2):
     len=(2**i)
     
     subprocess.check_output("head -c "+str(len)+" </dev/urandom >file"+str(len),shell=True)