]> Cypherpunks.ru repositories - nncp.git/blob - doc/cmd/nncp-hash.texi
Add various documentation indices
[nncp.git] / doc / cmd / nncp-hash.texi
1 @node nncp-hash
2 @pindex nncp-hash
3 @section nncp-hash
4
5 @example
6 $ nncp-hash [-file @dots{}] [-seek X] [-debug] [-progress]
7 @end example
8
9 Calculate @ref{MTH} hash of either stdin, or @option{-file} if
10 specified.
11
12 You can optionally force seeking the file first, reading only part of
13 the file, and then prepending unread portion of data, with the
14 @option{-seek} option. It is intended only for testing and debugging of
15 MTH hasher capabilities.
16
17 @option{-debug} option shows all intermediate MTH hashes.
18 And @option{-progress} will show progress bar.