test
This commit is contained in:
parent
2c5c7e31dc
commit
b8bccad630
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@ from cStringIO import StringIO
|
|||
import os, random
|
||||
from Crypto.Util import number
|
||||
|
||||
flag = randleetify("i_probably_shouldnta_leeked_d",random)
|
||||
|
||||
def egcd(a, b):
|
||||
if a == 0:
|
||||
|
@ -57,6 +56,7 @@ def randleetify(s, random):
|
|||
i[c] = i[c].upper()
|
||||
return ''.join(i)
|
||||
|
||||
flag = randleetify("i_probably_shouldnta_leeked_d",random)
|
||||
|
||||
def get_problem(random):
|
||||
n_length = 2048
|
||||
|
|
Loading…
Reference in a new issue