summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-05-01 03:13:08 -0400
committerPaul Duncan <pabs@pablotron.org>2024-05-01 03:13:08 -0400
commit8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09 (patch)
tree49e1afcdbfd0d82879264770249242e3be658446
parent484ba99c833e053446e134026115f2860a2ba641 (diff)
downloadsha3-8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09.tar.bz2
sha3-8b2d0fef4e9c264f6ec0a6cc122c3e242ffbfd09.zip
sha3.h: remove extraneous exclamation points
-rw-r--r--sha3.h4
1 files changed, 2 insertions, 2 deletions
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
*