#38. Adapted v1.2.3 for Windows

This commit is contained in:
Mas0nShi
2022-03-24 15:28:57 +08:00
parent b3e809d2af
commit 08041c56e1

View File

@@ -29,7 +29,7 @@ else:
log.add(sys.stderr, level="INFO")
AES_KEY = struct.pack("<4Q", *[0xEE22F61DC0C36FD0, 0xCBF8FC4A0D06F3AB, 0xE2F507436D26D722, 0x5AE32AFDEC7872F0])
AES_IV = struct.pack("<4L", *[0x33706964, 0x5387CDD2, 0xD05F336D, 0x53F82468])
AES_IV = struct.pack("<4L", *[0x33706964, 0x5387CD15, 0xD05F336D, 0x53F82468])
def _mkDir(_path):