Projekt

Allgemein

Profil

Feature #446

Von Maximilian Seesslen vor etwa 1 Jahr aktualisiert

The result is different than current CRC32.
When unit-Tests for the device will get implemented, the corect algorythm has to be detected.

"Regular" "Regualr" polynom: 0x4C11DB7
init: 0xFFFFFFFF

"Compare":https://crccalc.com/?crc=24002&method=crc32&datatype=ascii&outtype=dec

pycrc --generate c --algorithm table-driven --model crc-32-mpeg -o mpeg.c
pycrc --generate c --algorithm table-driven --model crc-32 -o crc32.c

MPEG-CRC32 over "0x1F 0x74 0x63 0xAB": 0x4bc4c523; which matches pycrcs MPEG algo.

Zurück