[FFmpeg-cvslog] avutil/hash: Add more detailed Doxygen documentation

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Aug 3 11:53:32 EEST 2016


2016-08-03 6:50 GMT+02:00 Timothy Gu <git at videolan.org>:
> diff --git a/libavutil/hash.h b/libavutil/hash.h
> index dae39cd..a20b893 100644
> --- a/libavutil/hash.h
> +++ b/libavutil/hash.h
> @@ -32,21 +32,94 @@
>  /**
>   * @defgroup lavu_hash Hash Functions
>   * @ingroup lavu_crypto
> + * Hash functions useful in multimedia.
> + *
> + * Hash functions are widely used in multimedia, from error checking and
> + * concealment to internal regression testing. libavutil has efficient
> + * implementations of a variety of hash functions that may be useful for
> + * FFmpeg and other multimedia applications.

Shouldn't we explicitely mention here that no measures against
side-channel attacks were taken?

Carl Eugen


More information about the ffmpeg-cvslog mailing list