summaryrefslogtreecommitdiff
path: root/libavutil/sha512.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-01 19:18:44 -0700
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 07:48:08 -0700
commit19d7098c9e7b8568ce47f62a72af742eba478150 (patch)
tree1fff4b741f3ab70a65309a4f5c384e691e68c2b2 /libavutil/sha512.h
parentfbe22355b7d44ab02fa2c7ed059c03e606970009 (diff)
avutil: Group hash functions separately in Doxygen
Diffstat (limited to 'libavutil/sha512.h')
-rw-r--r--libavutil/sha512.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/libavutil/sha512.h b/libavutil/sha512.h
index 7b08701477..2391e37f6c 100644
--- a/libavutil/sha512.h
+++ b/libavutil/sha512.h
@@ -19,6 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @ingroup lavu_sha512
+ * Public header for SHA-512 implementation.
+ */
+
#ifndef AVUTIL_SHA512_H
#define AVUTIL_SHA512_H
@@ -28,8 +34,10 @@
#include "version.h"
/**
- * @defgroup lavu_sha512 SHA512
- * @ingroup lavu_crypto
+ * @defgroup lavu_sha512 SHA-512
+ * @ingroup lavu_hash
+ * SHA-512 (Secure Hash Algorithm) hash function implementations.
+ *
* @{
*/