Calculates checksums used by Nintendo DS image structures. More...
Static Public Member Functions | |
| static ushort | ComputeCrc16 (ReadOnlySpan< byte > data, ushort seed=ushort.MaxValue) |
| Calculates the CRC-16 used by Nintendo DS headers and banners. | |
Calculates checksums used by Nintendo DS image structures.
Definition at line 4 of file NdsChecksums.cs.
|
inlinestatic |
Calculates the CRC-16 used by Nintendo DS headers and banners.
| data | The bytes to checksum. |
| seed | The initial CRC value. |
Definition at line 10 of file NdsChecksums.cs.