diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-01 03:13:08 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-01 03:13:08 -0400 |
commit | 8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09 (patch) | |
tree | 49e1afcdbfd0d82879264770249242e3be658446 /sha3.h | |
parent | 484ba99c833e053446e134026115f2860a2ba641 (diff) | |
download | sha3-8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09.tar.bz2 sha3-8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09.zip |
sha3.h: remove extraneous exclamation points
Diffstat (limited to 'sha3.h')
-rw-r--r-- | sha3.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 * |