コード例 #1
0
 def encrypt(self, data):
     return uacrypto.cipher_encrypt(self.cipher, data)
コード例 #2
0
 def encrypt(self, data):
     return uacrypto.cipher_encrypt(self.cipher, data)