Re: OT: one's compliment 8 bit checksum

2011-10-24 Thread Oleg Goldshmidt
On Mon, Oct 24, 2011 at 4:20 PM, geoffrey mendelson wrote: > I need to calculate a one's compliment 8 bit (not 16 bit, not 2's > compliment) checksum. > > What would be really nice is a C subroutine I can call passing the number of > bytes and a pointer to the data. > > Any license I can use will

OT: one's compliment 8 bit checksum

2011-10-24 Thread geoffrey mendelson
I need to calculate a one's compliment 8 bit (not 16 bit, not 2's compliment) checksum. What would be really nice is a C subroutine I can call passing the number of bytes and a pointer to the data. Any license I can use will be ok, I don't plan on distributing it, but if I do, source code