TTH Example for Visual Basic

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Carsten
Posts: 2
Joined: 2004-11-05 16:28

TTH Example for Visual Basic

Post by Carsten » 2004-11-05 16:32

Hey,

Is there any type of TTH example out there for VB?
Thanks

Carsten

Carsten
Posts: 2
Joined: 2004-11-05 16:28

Post by Carsten » 2004-11-05 16:47

Actually any documentation on how to do TTH is be enough :)

Carsten

Sedulus
Forum Moderator
Posts: 687
Joined: 2003-01-04 09:32
Contact:

Post by Sedulus » 2004-11-05 19:04

from the tthsum manual ;)))

Code: Select all

DESCRIPTION
       tthsum generates or checks TTH checksums (root of the THEX
       hash tree).  The  Merkle  Hash  Tree,  invented  by  Ralph
       Merkle,  is a hash construct that exhibits desirable prop­
       erties for verifying the integrity of files and file  sub­
       ranges  in an incremental or out-of-order fashion.  tthsum
       uses the Tiger hash algorithm for both  the  internal  and
       the leaf nodes.

       The specification of the THEX algorithm is at:
        .     http://www.open-content.net/specs/draft-jchapweske-
       thex-02.html

       The specification of the Tiger hash algorithm is at:
        .  http://www.cs.technion.ac.il/~biham/Reports/Tiger/
http://dc.selwerd.nl/hublist.xml.bz2
http://www.b.ali.btinternet.co.uk/DCPlusPlus/index.html (TheParanoidOne's DC++ Guide)
http://www.dslreports.com/faq/dc (BSOD2600's Direct Connect FAQ)

Locked