Posted 2003-09-08, 06:32 PM
in reply to spydr's post "checksum"
Ganga said:
What's Checksum?
yes i would like to know what this is as well? care to explain?
I use to be a shoe shinner now I sip Aunt Jamima, I go to sleep in Europe and wake back up in China. CLUB 977 The 80's Channel!!!!! -winamp radio is heaven on earth
Posted 2003-09-21, 09:01 PM
in reply to spydr's post "checksum"
A checksum. It is used to make sure the file bytes add up correctly in a hex document. If the checksum does not match the bytes, the file will not load. The Diablo II checksum is to add up each byte, rotating the total one bit to the leaft before adding the next byte. I need some objective-c code that will do this for me.