Talk:CRC-32: Difference between revisions

Content added Content deleted
Line 10: Line 10:


strlen("The quick brown fox jumps over the lazy dog") is 44.
strlen("The quick brown fox jumps over the lazy dog") is 44.
cprog out: crc32 of test string <The quick brown fox jumps over the lazy dog.>44 is 1368401385 519025E9
cprog out: crc32 of test string <The quick brown fox jumps over the lazy dog.>44 is 1368401385 519025E9
This agrees with feeding 11 32 bit words into the arm cortex CRC engine with it
This agrees with feeding 11 32 bit words into the arm cortex CRC engine with it
set to CRC32 and seeded with ~0.
set to CRC32 and seeded with ~0.