renamed file to make sure regen happens

This commit is contained in:
Michael Barre 2017-03-14 01:20:41 -05:00
parent 4db9fe02d9
commit 760e810337
4 changed files with 4 additions and 4 deletions

View file

@ -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}).

View file

@ -39,7 +39,7 @@ def generate_ciphertext(random):
def generate(random):
return dict(files={
"ciphertext.txt": generate_ciphertext
"ciphertext1.txt": generate_ciphertext
})
def grade(random, key):

View file

@ -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}).

View file

@ -38,7 +38,7 @@ def generate_ciphertext(random):
def generate(random):
return dict(files={
"ciphertext.txt": generate_ciphertext
"ciphertext2.txt": generate_ciphertext
})
def grade(random, key):