aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/libkeccak_degeneralise_spec.32
-rw-r--r--doc/man/libkeccak_generalised_sum_fd.32
-rw-r--r--doc/man/libkeccak_keccaksum_fd.32
-rw-r--r--doc/man/libkeccak_rawshakesum_fd.32
-rw-r--r--doc/man/libkeccak_sha3sum_fd.32
-rw-r--r--doc/man/libkeccak_shakesum_fd.32
-rw-r--r--doc/man/libkeccak_spec_rawshake.32
-rw-r--r--doc/man/libkeccak_spec_sha3.32
-rw-r--r--doc/man/libkeccak_spec_shake.32
9 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/libkeccak_degeneralise_spec.3 b/doc/man/libkeccak_degeneralise_spec.3
index 0051e54..f5f2c08 100644
--- a/doc/man/libkeccak_degeneralise_spec.3
+++ b/doc/man/libkeccak_degeneralise_spec.3
@@ -88,7 +88,7 @@ The
.BR libkeccak_degeneralise_spec ()
function cannot fail.
.fi
-.SH EXAMPLES
+.SH EXAMPLE
This examples configure a \fBlibkeccak_spec_t\fP to specify
settings for Keccak[c = 512]:
.LP
diff --git a/doc/man/libkeccak_generalised_sum_fd.3 b/doc/man/libkeccak_generalised_sum_fd.3
index 0f46553..ee09d83 100644
--- a/doc/man/libkeccak_generalised_sum_fd.3
+++ b/doc/man/libkeccak_generalised_sum_fd.3
@@ -68,7 +68,7 @@ therefore not perform any secure erasure of information.
.PP
.BR libkeccak_generalised_sum_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.
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.
diff --git a/doc/man/libkeccak_rawshakesum_fd.3 b/doc/man/libkeccak_rawshakesum_fd.3
index aac51d8..f0a6575 100644
--- a/doc/man/libkeccak_rawshakesum_fd.3
+++ b/doc/man/libkeccak_rawshakesum_fd.3
@@ -68,7 +68,7 @@ therefore not perform any secure erasure of information.
.PP
.BR libkeccak_rawshakesum_fd ()
does not validate the tuning of the algorithm.
-.SH EXAMPLES
+.SH EXAMPLE
This example calculates the RawSHAKE256(, 512) hash of the input
from stdin, and prints the hash, in hexadecimal form, to stdout.
.LP
diff --git a/doc/man/libkeccak_sha3sum_fd.3 b/doc/man/libkeccak_sha3sum_fd.3
index 22e2de0..05382cd 100644
--- a/doc/man/libkeccak_sha3sum_fd.3
+++ b/doc/man/libkeccak_sha3sum_fd.3
@@ -66,7 +66,7 @@ therefore not perform any secure erasure of information.
.PP
.BR libkeccak_sha3sum_fd ()
does not validate the tuning of the algorithm.
-.SH EXAMPLES
+.SH EXAMPLE
This example calculates the SHA3-256 hash of the input
from stdin, and prints the hash, in hexadecimal form, to stdout.
.LP
diff --git a/doc/man/libkeccak_shakesum_fd.3 b/doc/man/libkeccak_shakesum_fd.3
index f17c25e..6089ab0 100644
--- a/doc/man/libkeccak_shakesum_fd.3
+++ b/doc/man/libkeccak_shakesum_fd.3
@@ -68,7 +68,7 @@ therefore not perform any secure erasure of information.
.PP
.BR libkeccak_shakesum_fd ()
does not validate the tuning of the algorithm.
-.SH EXAMPLES
+.SH EXAMPLE
This example calculates the SHAKE256(, 512) hash of the input
from stdin, and prints the hash, in hexadecimal form, to stdout.
.LP
diff --git a/doc/man/libkeccak_spec_rawshake.3 b/doc/man/libkeccak_spec_rawshake.3
index 93782bb..8a47196 100644
--- a/doc/man/libkeccak_spec_rawshake.3
+++ b/doc/man/libkeccak_spec_rawshake.3
@@ -25,7 +25,7 @@ function does not return any value.
The
.BR libkeccak_spec_rawshake ()
function cannot fail.
-.SH EXAMPLES
+.SH EXAMPLE
This examples configure a \fBlibkeccak_spec_t\fP to specify
the Keccak parameters used for RawSHAKE256(, 512):
.LP
diff --git a/doc/man/libkeccak_spec_sha3.3 b/doc/man/libkeccak_spec_sha3.3
index f190982..747443d 100644
--- a/doc/man/libkeccak_spec_sha3.3
+++ b/doc/man/libkeccak_spec_sha3.3
@@ -24,7 +24,7 @@ function does not return any value.
The
.BR libkeccak_spec_sha3 ()
function cannot fail.
-.SH EXAMPLES
+.SH EXAMPLE
This examples configure a \fBlibkeccak_spec_t\fP to specify
the Keccak parameters used for SHA3-256:
.LP
diff --git a/doc/man/libkeccak_spec_shake.3 b/doc/man/libkeccak_spec_shake.3
index 266b803..33f2272 100644
--- a/doc/man/libkeccak_spec_shake.3
+++ b/doc/man/libkeccak_spec_shake.3
@@ -25,7 +25,7 @@ function does not return any value.
The
.BR libkeccak_spec_shake ()
function cannot fail.
-.SH EXAMPLES
+.SH EXAMPLE
This examples configure a \fBlibkeccak_spec_t\fP to specify
the Keccak parameters used for SHAKE256(, 512):
.LP