fee319edae
message digests. PR: ports/86555 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
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://freshmeat.net/projects/tthsum/
|