diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-07 02:22:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-07 02:22:14 +0200 |
commit | 53f04f1ae86b9f854d70a4db7716ab0f00afbc76 (patch) | |
tree | dd5de171b5dd87432cb2fd649b12c55c4457ad15 /doc | |
parent | add libkeccak_digest.3 and libkeccak_fast_digest.3 (diff) | |
download | libkeccak-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')
-rw-r--r-- | doc/man/libkeccak_degeneralise_spec.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_generalised_sum_fd.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_keccaksum_fd.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_rawshakesum_fd.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_sha3sum_fd.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_shakesum_fd.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_spec_rawshake.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_spec_sha3.3 | 2 | ||||
-rw-r--r-- | doc/man/libkeccak_spec_shake.3 | 2 |
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 |