From 875bfeafc6cc25da214b3d48e326557d23e3a3d0 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 24 Feb 2024 02:11:15 -0500 Subject: sha3.h: fix shake group description --- sha3.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sha3.h') 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" -- cgit v1.2.3