Change ciphertext_rsa2.txt -> ciphertext.txt
This commit is contained in:
parent
906356dde3
commit
e58d3b97c8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def generate_ciphertext(random):
|
|||
|
||||
def generate(random):
|
||||
return dict(files={
|
||||
"ciphertext_rsa2.txt": generate_ciphertext
|
||||
"ciphertext.txt": generate_ciphertext
|
||||
})
|
||||
|
||||
def grade(random, key):
|
||||
|
|
Loading…
Reference in a new issue