Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-02 05:53:50 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 17:48:21 +0300
commit0a7a4e33f3030253aa86eaecd4b05c047e0918f9 (patch)
treea90f7c99e1ccc42c22185828afd79d20a71fa241 /libavutil/sha512.h
parent19d7098c9e7b8568ce47f62a72af742eba478150 (diff)
avutil: Add detailed Doxygen description to a few hashes
Diffstat (limited to 'libavutil/sha512.h')
-rw-r--r--libavutil/sha512.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libavutil/sha512.h b/libavutil/sha512.h
index 2391e37f6c..5bac184cf3 100644
--- a/libavutil/sha512.h
+++ b/libavutil/sha512.h
@@ -38,6 +38,15 @@
* @ingroup lavu_hash
* SHA-512 (Secure Hash Algorithm) hash function implementations.
*
+ * This module supports the following SHA-2 hash functions:
+ *
+ * - SHA-512/224: 224 bits
+ * - SHA-512/256: 256 bits
+ * - SHA-384: 384 bits
+ * - SHA-512: 512 bits
+ *
+ * @see For SHA-1, SHA-256, and variants thereof, see @ref lavu_sha.
+ *
* @{
*/