Hi List,<br><br>I'm building a simple protocol over TCP, which requires a 32 bit CRC/hash in one of the message fields. I have decided on CRC-32.<br>Now, there are several types of CRC-32, where the polynomial changes. I would _like_ to use the IEEE 
802.3 variant. So, questions:<br>- Is the CRC32 in zlib the IEEE 802.3 variant?<br>- If not, is there a commonly available port driver?<br><br>Thanks in advance,<br>Alex.<br><br>