Anyone know exactly what this is? I'm trying to write a program to automate some Hex editing I use HxD for and the files I edit use this algorithm, so I've got to implement this. Google searching "Checksum-32 Algorithm" isn't giving me much luck.
God that simple! Now I do feel an idiot. I bloody spent ages trying out every hash algorithm under the sun as well; I thought it might have been one of the hashes in hashlib! or something.
Thank you so much, you've really helped me with this.