diff options
Diffstat (limited to 'doc/man/libkeccak_sha3sum_fd.3')
-rw-r--r-- | doc/man/libkeccak_sha3sum_fd.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/libkeccak_sha3sum_fd.3 b/doc/man/libkeccak_sha3sum_fd.3 index b7b0b7f..22e2de0 100644 --- a/doc/man/libkeccak_sha3sum_fd.3 +++ b/doc/man/libkeccak_sha3sum_fd.3 @@ -14,10 +14,10 @@ Link with \fI-lkeccak\fP. .SH DESCRIPTION The .BR libkeccak_sha3sum_fd () -calculates a SHA-3 hashsum of a file, whose file desriptor is specified -by \fIfd\fP (and should be at the beginning of the file.) The -hash algorithm is tuned by the \fIoutput\fP parameter; it specifies -the output size, in bits. +function calculates a SHA-3 hashsum of a file, whose file +desriptor is specified by \fIfd\fP (and should be at the +beginning of the file.) The hash algorithm is tuned by the +\fIoutput\fP parameter; it specifies the output size, in bits. .PP The hash is stored in binary form to \fIhashsum\fP. \fIhashsum\fP should have an allocation size of at least |