Update rsa1
This commit is contained in:
parent
2a3a1bd463
commit
c1a20af2e1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def generate_ciphertext(random):
|
|||
|
||||
def generate(random):
|
||||
return dict(files={
|
||||
"ciphertext_rsa1.txt": generate_ciphertext
|
||||
"ciphertext.txt": generate_ciphertext
|
||||
})
|
||||
|
||||
def grade(random, key):
|
||||
|
|
Loading…
Reference in a new issue