summaryrefslogtreecommitdiff
path: root/libavutil/sha.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/sha.h
parentfbe22355b7d44ab02fa2c7ed059c03e606970009 (diff)
downloadffmpeg-19d7098c9e7b8568ce47f62a72af742eba478150.tar.gz
avutil: Group hash functions separately in Doxygen
Diffstat (limited to 'libavutil/sha.h')
-rw-r--r--libavutil/sha.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libavutil/sha.h b/libavutil/sha.h
index bf4377e51b..89052eb8bc 100644
--- a/libavutil/sha.h
+++ b/libavutil/sha.h
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @ingroup lavu_sha
+ * Public header for SHA-1 & SHA-256 hash function implementations.
+ */
+
#ifndef AVUTIL_SHA_H
#define AVUTIL_SHA_H
@@ -28,7 +34,9 @@
/**
* @defgroup lavu_sha SHA
- * @ingroup lavu_crypto
+ * @ingroup lavu_hash
+ * SHA-1 and SHA-256 (Secure Hash Algorithm) hash function implementations.
+ *
* @{
*/