2016-08-03 6:50 GMT+02:00 Timothy Gu <g...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog