head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.10.04.16.44.54;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.26.13.54.03;	author garga;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.2.1 [1]
- Update WWW

[1] Changelog:

tthsum-1.2.1 [2009-12-29] (wdoekes)
 * Minor code and build system cleanup.

tthsum-1.2.0 [2009-05-29] (wdoekes)
 * Changed -p output to print percentages instead of MiB counts.
 * Base32 decoding errors did not generate a valid error message. (Error code
   0 conflicted with SUCCESS.)
 * Fixed that ctrlesctostr accepted strange BASE36 escape sequences.
 * Made getopt for Windows more compatible with POSIX getopt.
 * Fixed that including the tthsum specific texts.c is optional.
 * Changed some header inclusions to be more compliant with C specs and made
   the source a bit more strict (ANSI C compatible, C++ compatible).
 * Added a test suite to detect stupid bugs at compile time. (Like the next
   bug.)
 * Endianness was not properly detected on various architectures (see debian
   bug 517619; thanks Alan Curry <pacman> for reporting).
 * Standardized UTF8 functions to behave as specified on Windows.
 * Corrected the need for a double EOF when reading from stdin.
 * Changed license from GPLv2 to GPLv3. Updated help texts (suggesting gmake
   on non-Linuxen, for instance).
 * Removed a bit of overhead on big endian platforms.
@
text
@tthsum generates and checks TTH checksums (root of the THEX hash tree).

The Merkle Hash Tree is a hash construct that exhibits desirable properties for
verifying the integrity of files and file subranges in an incremental or
out-of-order fashion.

The tool uses the Tiger hash algorithm for both the internal and the leaf
nodes, and has an interface identical to md5sum.

WWW: http://tthsum.devs.nu/
@


1.1
log
@Add tthsum 1.1.0, a command-line utility for generating and checking TTH
message digests.

PR:		ports/86555
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d1 1
a1 1
Tthsum generates and checks TTH checksums (root of the THEX hash tree).
d10 1
a10 1
WWW: http://freshmeat.net/projects/tthsum/
@

