Re: [sqlite] Calculating a checksum within SQLite, without using an extension...

2011-01-08 Thread Thomas Olson
[hex2dec] table, which seems to have solved the problem. If anyone is interested let me know and I'll send it. Thanks, Tom On 1/8/2011 4:37 PM, Thomas Olson wrote: > Hello, > > I was bored so I wrote a quick recursion test that calculates a > Fletcher32 checksum and it works! At l

[sqlite] Calculating a checksum within SQLite, without using an extension...

2011-01-08 Thread Thomas Olson
Hello, I was bored so I wrote a quick recursion test that calculates a Fletcher32 checksum and it works! At least I think it does, I can't find any test vectors for Fletcher32. I realize it would be better to implement this as an extension library, but I was using it as an exercise to get a