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