解码移动置cpp

This commit is contained in:
cyy_mac
2026-07-28 16:01:13 +08:00
parent 8d8b171952
commit 81f14e14ca
4 changed files with 468 additions and 0 deletions

View File

@@ -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)