tthsum is an md5sum-alike program that works with Tiger/THEX hashes.
Use it to calculate TTH checksums.

LICENSE

tthsum is copyright under the GNU General Public License (version 2 or higher).
the hashing code has been copied from GPL'ed DC++ with as few modifications as
possible.

INSTALLING

Run `make' from the command line, or `nmake /f NMakefile' on Windows (from a
shell that has cl.exe and link.exe in its path and the appropriate environment
variables set).

Run `make install' or `nmake /f NMakefile install', respectively, to install
the files in the locations specified in the makefiles.

SEE ALSO

The manpage or tthsum.html.

SOURCE NOTES

The source was created with ViM and uses a TABWIDTH of 4 spaces.
