mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
The constant used file-order bytes (0x6563641a) instead of the value produced by binary.LittleEndian.Uint32 (0x1A646365), causing loadRengokuBinary to reject every real ECD-encrypted rengoku_data.bin. The unit tests masked this because they round-tripped with the same wrong constant.