Icon.bin: Difference between revisions
No edit summary |
Zbrahead91 (talk | contribs) m polynominal -> polynomial |
||
| Line 26: | Line 26: | ||
| 0x0002 | | 0x0002 | ||
| 2*4 | | 2*4 | ||
| 4 CRC checksums ( | | 4 CRC checksums (polynomial 0xA001) | ||
|- | |- | ||
| 0x000A | | 0x000A | ||
| Line 100: | Line 100: | ||
== Checksums == | == Checksums == | ||
The CRC-output is not bitwise inverted after the calculation, but it is byte-swapped to big-endian. | The CRC-output is not bitwise inverted after the calculation, but it is byte-swapped to big-endian. Polynomial used is: 0xA001, same for all. | ||
{| class="wikitable" | {| class="wikitable" | ||