]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/sha.h
mov_chan: Pass a separate AVIOContext for reading
[ffmpeg] / libavutil / sha.h
index df261fa4b57a448b4dd84ba16967f84f791409e4..8350954c4b4897eac7f67472c536239bdf113d16 100644 (file)
 
 #include <stdint.h>
 
+/**
+ * @defgroup lavu_sha SHA
+ * @ingroup lavu_crypto
+ * @{
+ */
+
 extern const int av_sha_size;
 
 struct AVSHA;
@@ -53,4 +59,8 @@ void av_sha_update(struct AVSHA* context, const uint8_t* data, unsigned int len)
  */
 void av_sha_final(struct AVSHA* context, uint8_t *digest);
 
+/**
+ * @}
+ */
+
 #endif /* AVUTIL_SHA_H */