diff options
Diffstat (limited to 'doc/man/libkeccak_generalised_sum_fd.3')
-rw-r--r-- | doc/man/libkeccak_generalised_sum_fd.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/libkeccak_generalised_sum_fd.3 b/doc/man/libkeccak_generalised_sum_fd.3 index 9e038a7..0f46553 100644 --- a/doc/man/libkeccak_generalised_sum_fd.3 +++ b/doc/man/libkeccak_generalised_sum_fd.3 @@ -15,9 +15,9 @@ Link with \fI-lkeccak\fP. .SH DESCRIPTION The .BR libkeccak_generalised_sum_fd () -calculates the hash of a file, whose file desriptor is specified -by \fIfd\fP (and should be at the beginning of the file.) The -hash algorithm is specified by \fI*spec\fP and \fIsuffix\fP, +function calculates the hash of a file, whose file desriptor is +specified by \fIfd\fP (and should be at the beginning of the file.) +The hash algorithm is specified by \fI*spec\fP and \fIsuffix\fP, where \fI*spec\fP is the tuning of the algorithm and \fIsuffix\fP is the bits append to the message (or \fINULL\fP if none.) .PP |