Hi all,
Just wondering if anyone has a code example of generating simple checksums?
Let's say I have a set of numbers:
1,2,2,2,1,1,2,2,1,1
I need a simple algorithm that can generate a checksum. The ordering of items is important and should produce a different checksum if the same set of numbers are in a different order.
To give an idea of scale, I will have maybe 50 rows of 10 numbers each row will need to have a checksum generated.
I don't have much experience in this area, but I'm wondering if any existing libraries do this or if anyone has a routine that already does something similar?
Any suggestions would be very much appreciated.