Rev 76 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 76 | Rev 79 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | \fBnettle\-hash\fP is a program that computes various message digests. |
25 | \fBnettle\-hash\fP is a program that computes various message digests. |
26 | The output is different from the familiar md5sum and sha*sum |
26 | The output is different from the familiar md5sum and sha*sum |
27 | family. For each file, the file name and a colon is printed first, |
27 | family. For each file, the file name and a colon is printed first, |
28 | unless input is read from standard input, in which case nothing is |
28 | unless input is read from standard input, in which case nothing is |
29 | printed. Then the hash is printed in chunks of 64 bits (16 hexadecimal |
29 | printed. Then the hash is printed in chunks of 64 bits (16 hexadecimal |
30 | digits) followed by the name of the algorith. In raw (binary) mode, |
30 | digits) followed by the name of the algorithm. In raw (binary) mode, |
31 | the hash is not split in chunks and is not followed by a newline. |
31 | the hash is not split in chunks and is not followed by a newline. |
32 | 32 | ||
33 | .SH OPTIONS |
33 | .SH OPTIONS |
34 | This program follows the usual GNU command line syntax, with long |
34 | This program follows the usual GNU command line syntax, with long |
35 | options starting with two dashes (`-'). A summary of options is |
35 | options starting with two dashes (`-'). A summary of options is |