解码移动置cpp
This commit is contained in:
@@ -65,3 +65,6 @@ class FastLowCmdBuilder:
|
||||
|
||||
def encrypt(self, data):
|
||||
return self._native.encrypt(data)
|
||||
|
||||
def decrypt_lowstate(self, data):
|
||||
return self._native.decrypt_lowstate(data)
|
||||
|
||||
Reference in New Issue
Block a user