Omnibus commited on
Commit
c4fa7cf
·
1 Parent(s): 3b53a5f

Update crypt.py

Browse files
Files changed (1) hide show
  1. crypt.py +2 -0
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