renamed file to make sure regen happens
This commit is contained in:
parent
4db9fe02d9
commit
760e810337
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
I found somebody's notes on their private RSA! Help me crack [this](${ciphertext_txt}).
|
I found somebody's notes on their private RSA! Help me crack [this](${ciphertext1_txt}).
|
|
@ -39,7 +39,7 @@ def generate_ciphertext(random):
|
||||||
|
|
||||||
def generate(random):
|
def generate(random):
|
||||||
return dict(files={
|
return dict(files={
|
||||||
"ciphertext.txt": generate_ciphertext
|
"ciphertext1.txt": generate_ciphertext
|
||||||
})
|
})
|
||||||
|
|
||||||
def grade(random, key):
|
def grade(random, key):
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Some more RSA! This time, there's no P and Q... [this](${ciphertext_txt}).
|
Some more RSA! This time, there's no P and Q... [this](${ciphertext2_txt}).
|
|
@ -38,7 +38,7 @@ def generate_ciphertext(random):
|
||||||
|
|
||||||
def generate(random):
|
def generate(random):
|
||||||
return dict(files={
|
return dict(files={
|
||||||
"ciphertext.txt": generate_ciphertext
|
"ciphertext2.txt": generate_ciphertext
|
||||||
})
|
})
|
||||||
|
|
||||||
def grade(random, key):
|
def grade(random, key):
|
||||||
|
|
Loading…
Reference in a new issue