Hi,
I am attempting to write a simple version of the php crc32 algorithm, howver I have run into significant difficulties. Does anybody understand the method used by php when calculating the crc32 funtion? I have studied polynomial division and have tried several polynomial variants but to no avail. Any help appreciated!