summaryrefslogtreecommitdiff
path: root/libavutil/sha.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-01 19:53:50 -0700
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 07:48:21 -0700
commit0a7a4e33f3030253aa86eaecd4b05c047e0918f9 (patch)
treea90f7c99e1ccc42c22185828afd79d20a71fa241 /libavutil/sha.h
parent19d7098c9e7b8568ce47f62a72af742eba478150 (diff)
avutil: Add detailed Doxygen description to a few hashes
Diffstat (limited to 'libavutil/sha.h')
-rw-r--r--libavutil/sha.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavutil/sha.h b/libavutil/sha.h
index 89052eb8bc..c7558a8964 100644
--- a/libavutil/sha.h
+++ b/libavutil/sha.h
@@ -37,6 +37,14 @@
* @ingroup lavu_hash
* SHA-1 and SHA-256 (Secure Hash Algorithm) hash function implementations.
*
+ * This module supports the following SHA hash functions:
+ *
+ * - SHA-1: 160 bits
+ * - SHA-224: 224 bits, as a variant of SHA-2
+ * - SHA-256: 256 bits, as a variant of SHA-2
+ *
+ * @see For SHA-384, SHA-512, and variants thereof, see @ref lavu_sha512.
+ *
* @{
*/