aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-02-24 02:11:15 -0500
committerPaul Duncan <pabs@pablotron.org>2024-02-24 02:11:15 -0500
commit875bfeafc6cc25da214b3d48e326557d23e3a3d0 (patch)
tree9b6d83deab0668b4b2acc54c1df7a791a3be7b80
parentc35821105397ec6e404218dab0efe9e4351e4bdd (diff)
downloadsha3-875bfeafc6cc25da214b3d48e326557d23e3a3d0.tar.bz2
sha3-875bfeafc6cc25da214b3d48e326557d23e3a3d0.zip
sha3.h: fix shake group description
-rw-r--r--sha3.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sha3.h b/sha3.h
index e6cc99c..4f5ae9a 100644
--- a/sha3.h
+++ b/sha3.h
@@ -48,9 +48,8 @@ extern "C" {
/**
* @defgroup shake SHAKE
*
- * @brief [eXtendable Output Functions (XOF)][xof] with both
- * fixed-length and arbitrary length output, as defined in section 6.2
- * of [FIPS 202][].
+ * @brief [eXtendable Output Functions (XOF)][xof] with arbitrary length
+ * output, as defined in section 6.2 of [FIPS 202][].
*
* [FIPS 202]: https://csrc.nist.gov/pubs/fips/202/final
* "SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions"
@@ -689,7 +688,7 @@ void hmac_sha3_512_final(hmac_sha3_t *ctx, uint8_t mac[64]);
* @defgroup shake SHAKE
*
* @brief [SHA-3][] [Extendable-output functions (XOFs)][xof] with
- * arbitrary-length output, as defined in section 6.2 of [FIPS 202][].
+ * arbitrary length output, as defined in section 6.2 of [FIPS 202][].
*
* [FIPS 202]: https://csrc.nist.gov/pubs/fips/202/final
* "SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions"