#38. Adapted v1.2.3-x64-linux

This commit is contained in:
Mas0nShi
2022-03-25 21:10:28 +08:00
parent 08041c56e1
commit 0fc4d945fa

View File

@@ -28,7 +28,7 @@ if DEBUG:
else:
log.add(sys.stderr, level="INFO")
AES_KEY = struct.pack("<4Q", *[0xEE22F61DC0C36FD0, 0xCBF8FC4A0D06F3AB, 0xE2F507436D26D722, 0x5AE32AFDEC7872F0])
AES_KEY = struct.pack("<4Q", *[0x5CA1FF4578961A92, 0x73FD782E4D01350F, 0x031E97ED94CF8462, 0x21977F64C78BC7D6])
AES_IV = struct.pack("<4L", *[0x33706964, 0x5387CD15, 0xD05F336D, 0x53F82468])