This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
include/nil/crypto3/mac/algorithm
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ namespace nil {
21
21
namespace crypto3 {
22
22
namespace mac {
23
23
/* !
24
- * @defgroup mac Message Authentication Codes
24
+ * @addtogroup mac Message Authentication Codes
25
25
*
26
26
* @brief A message authentication code (MAC) can be used to verify the
27
27
* integrity of data and the authenticity of a message.
28
28
*
29
- * @defgroup mac_algorithms Algorithms
29
+ * @addtogroup mac_algorithms Algorithms
30
30
* @ingroup mac
31
31
* @brief Algorithms are meant to provide message authentication codes computation
32
32
* interface similar to STL algorithms' one.
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ namespace nil {
21
21
namespace crypto3 {
22
22
namespace mac {
23
23
/* !
24
- * @defgroup mac Message Authentication Codes
24
+ * @addtogroup mac Message Authentication Codes
25
25
*
26
26
* @brief A message authentication code (MAC) can be used to verify the
27
27
* integrity of data and the authenticity of a message.
28
28
*
29
- * @defgroup mac_algorithms Algorithms
29
+ * @addtogroup mac_algorithms Algorithms
30
30
* @ingroup mac
31
31
* @brief Algorithms are meant to provide message authentication codes computation
32
32
* interface similar to STL algorithms' one.
You can’t perform that action at this time.
0 commit comments