Previous Next Table of Contents

7. Computing CRC32 values

The CRC32 value is computed using the polynomial

a start value of 0xffffffff and XORing the result with 0xffffffff (same as in ZModem and ZIP). The resulting value is printed using an 8 digit hex number with lower case letters a-f.


Previous Next Table of Contents