Houmgaor
10ac803a45
fix(channelserver): correct ecdMagic constant byte order ( #174 )
...
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.
2026-03-03 18:23:45 +01:00
..
2026-02-27 17:29:32 +01:00
2026-02-27 17:29:32 +01:00
2026-03-01 18:56:52 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:21:37 +01:00
2026-02-27 11:21:37 +01:00
2026-02-27 13:45:56 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:33:25 +01:00
2026-03-02 19:43:11 +01:00
2026-03-02 19:43:11 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:33:25 +01:00
2026-03-02 19:43:11 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:21:37 +01:00
2026-02-27 11:33:13 +01:00
2026-03-03 18:04:33 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:33:25 +01:00
2026-02-27 11:33:25 +01:00
2026-03-02 20:12:39 +01:00
2026-03-02 20:12:39 +01:00
2026-03-01 18:41:59 +01:00
2026-02-27 17:29:32 +01:00
2026-02-26 23:53:35 +01:00
2026-02-27 11:33:13 +01:00
2026-02-27 11:21:37 +01:00
2026-02-27 16:46:32 +01:00
2026-02-27 18:19:57 +01:00
2026-03-02 19:43:11 +01:00
2026-02-27 14:59:18 +01:00
2026-02-27 14:59:18 +01:00
2026-02-27 11:33:25 +01:00
2026-03-02 20:12:39 +01:00
2026-03-03 18:23:45 +01:00