コード例 #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)