From 8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 1 May 2024 03:13:08 -0400 Subject: sha3.h: remove extraneous exclamation points --- sha3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sha3.h') diff --git a/sha3.h b/sha3.h index 1937b26..093b050 100644 --- a/sha3.h +++ b/sha3.h @@ -70,7 +70,7 @@ typedef struct { _Bool finalized; /**< mode (absorbing or finalized) */ } sha3_t; -/*! +/** * @brief Calculate SHA3-224 hash of input data. * @ingroup sha3 * @@ -2273,7 +2273,7 @@ typedef struct { turboshake_t ts; /**< Internal turboshake context (private) */ } k12_t; -/**! +/** * @brief Absorb data into KangarooTwelve, then squeeze bytes out. * @ingroup k12 * -- cgit v1.2.3