예제 #1
0
 def decrypt(self, data):
     return uacrypto.cipher_decrypt(self.cipher, data)
예제 #2
0
 def decrypt(self, data):
     return uacrypto.cipher_decrypt(self.cipher, data)