aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/libkeccak_keccaksum_fd.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-07 02:22:14 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-07 02:22:14 +0200
commit53f04f1ae86b9f854d70a4db7716ab0f00afbc76 (patch)
treedd5de171b5dd87432cb2fd649b12c55c4457ad15 /doc/man/libkeccak_keccaksum_fd.3
parentadd libkeccak_digest.3 and libkeccak_fast_digest.3 (diff)
downloadlibkeccak-53f04f1ae86b9f854d70a4db7716ab0f00afbc76.tar.gz
libkeccak-53f04f1ae86b9f854d70a4db7716ab0f00afbc76.tar.bz2
libkeccak-53f04f1ae86b9f854d70a4db7716ab0f00afbc76.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/man/libkeccak_keccaksum_fd.3')
-rw-r--r--doc/man/libkeccak_keccaksum_fd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_keccaksum_fd.3 b/doc/man/libkeccak_keccaksum_fd.3
index 438c453..5099cf4 100644
--- a/doc/man/libkeccak_keccaksum_fd.3
+++ b/doc/man/libkeccak_keccaksum_fd.3
@@ -66,7 +66,7 @@ therefore not perform any secure erasure of information.
.PP
.BR libkeccak_keccaksum_fd ()
does not validate the tuning of the algorithm.
-.SH EXAMPLES
+.SH EXAMPLE
This example calculates the Keccak[b = 1024, c = 576, n = 256]
hash of the input from stdin, and prints the hash, in hexadecimal
form, to stdout.