Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 256 Bytes

CRC.md

File metadata and controls

6 lines (4 loc) · 256 Bytes

CRC notes

Uses 32-bit "MPEG2" polynomial 0x04C11DB7, data is fed in chunks of 4 bytes, little endian (swap order of each chunk bytes). There is no pre or post inversion. Start value is 0xFFFFFFFF.

End chunk has to be padded with \x00 to fit into 4.