From f9d8f4cd681dc97eef07510dadfb59ad555d3b35 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 7 Jun 2023 17:08:29 +0100 Subject: [PATCH] Remove reference to SHAKE Signed-off-by: Dave Rodgman --- include/mbedtls/sha3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/mbedtls/sha3.h b/include/mbedtls/sha3.h index 0f6919b3e..77748be1f 100644 --- a/include/mbedtls/sha3.h +++ b/include/mbedtls/sha3.h @@ -170,8 +170,7 @@ int mbedtls_sha3(mbedtls_sha3_id id, const uint8_t *input, #if defined(MBEDTLS_SELF_TEST) /** * \brief Checkup routine for the algorithms implemented - * by this module: SHA3-224, SHA3-256, SHA3-384, SHA3-512, - * SHAKE128, SHAKE256, cSHAKE128 and cSHAKE256. + * by this module: SHA3-224, SHA3-256, SHA3-384, SHA3-512. * * \return 0 if successful, or 1 if the test failed. */