Talk:CRC-32: Difference between revisions

Line 9:
Also CRC-16 engines take 16 bit chunks at a time, and would not be compatible with the example string chosen.
 
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
This agrees with feeding 11 32 bit words into the arm cortex CRC engine with it
Anonymous user