what sort of hash linuxdcpp using?

Asked by norn

So my question is how I can manually calculate hash for file via linux shell ?
I tried md5sum and sha1sum, but it seems I didn't guessed it correctly :-)

Many thanks for a reply!

Question information

Language:
English Edit question
Status:
Solved
For:
LinuxDC++ Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Sheehy
Solved:
Last query:
Last reply:
Revision history for this message
Best Steven Sheehy (steven-sheehy) said :
#1

It uses Tiger Tree Hash or TTH. I believe there is a program called tthsum that can calculate TTH message digests.

Revision history for this message
norn (andrey-perliev) said :
#2

Thanks Steven Sheehy, that solved my question.

Revision history for this message
norn (andrey-perliev) said :
#3

wow! thanks a lot!