Spaces:
Runtime error
Runtime error
Update crypt.py
Browse files
crypt.py
CHANGED
@@ -340,3 +340,5 @@ def decrypt_text(im,in2):
|
|
340 |
data = cipher_aes.decrypt_and_verify(ciphertext, tag)
|
341 |
return(data.decode("utf-8"))
|
342 |
|
|
|
|
|
|
340 |
data = cipher_aes.decrypt_and_verify(ciphertext, tag)
|
341 |
return(data.decode("utf-8"))
|
342 |
|
343 |
+
def test_fn(im1,im2):
|
344 |
+
return im1,im2
|