|
From: <el...@ji...> - 2006-04-12 15:39:52
|
Might you be able to include tigertree (based on the Tiger hash algorithm, applied to each 1024-byte block of a file, then combined up through a binary hash tree to a final summary value) in your list of hashing options. The reference implementation is in public domain and available at: http://sourceforge.net/projects/tigertree/ It should be quite straightforward, but I don't do c =). Would be nicer to have this in mhash than to just wrap it for use with python for myself. Especially if you have optimized tiger and would maybe optimize tigertree. Thanks, Elmo |