diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-02-24 02:11:15 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-02-24 02:11:15 -0500 |
commit | 875bfeafc6cc25da214b3d48e326557d23e3a3d0 (patch) | |
tree | 9b6d83deab0668b4b2acc54c1df7a791a3be7b80 /sha3.h | |
parent | c35821105397ec6e404218dab0efe9e4351e4bdd (diff) | |
download | sha3-875bfeafc6cc25da214b3d48e326557d23e3a3d0.tar.bz2 sha3-875bfeafc6cc25da214b3d48e326557d23e3a3d0.zip |
sha3.h: fix shake group description
Diffstat (limited to 'sha3.h')
-rw-r--r-- | sha3.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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" |