I am looking for information as to how distributed checksum applications like Vipul’s razor, Pyzor or DCC works? I have a similar requirement where I can use such a distributed checksum feature in my program.
So I am looking for some documentation explaining the algorithms behind distributed checksums.
with regards,
raj
Pyzor is an implementation of “hash sharing”. Quote from SpamAssassin’s Wiki:
Depending on what you’re trying to do with distributed hashes, DHTs (Distributed hash tables) might also be interesting for you.