summaryrefslogtreecommitdiff
path: root/cpukit/include/sha256.h
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:37:33 +0100
commit69a0acff40419a0f46631a37365ea8331d56e2e4 (patch)
tree3fed8f646bdf84480a4218b863687d01874e2c8b /cpukit/include/sha256.h
parentcc2bdefe2b9824b2c158b821aa3dd7c8865cdc03 (diff)
Doxygen: Adding Doxygen groups to filesqual-52
Diffstat (limited to 'cpukit/include/sha256.h')
-rw-r--r--cpukit/include/sha256.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/include/sha256.h b/cpukit/include/sha256.h
index 1b6a4f4c57..57767a4627 100644
--- a/cpukit/include/sha256.h
+++ b/cpukit/include/sha256.h
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSImplSHA256
+ *
+ * @brief This header file provides interfaces of the
+ * SHA256 Checksum Implementation.
+ */
+
/*-
* Copyright 2005 Colin Percival
* All rights reserved.
@@ -26,6 +35,12 @@
* $FreeBSD$
*/
+/**
+ * @defgroup RTEMSImplSHA256 SHA256 Checksum Implementation
+ *
+ * @ingroup RTEMSImpl
+ */
+
#ifndef _SHA256_H_
#define _SHA256_H_