mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 14:54:56 +02: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.