15 #include "checksumHashGenerator.h"
26 string::const_iterator si;
27 for (si = str.begin(); si != str.end(); ++si) {
void add_string(const string &str)
Adds a string to the hash, by breaking it down into a sequence of integers.
void add_int(long num)
Adds another integer to the hash so far.