summaryrefslogtreecommitdiffstats
path: root/libavutil/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-151-0/+6
| | | | | | | See 651ee9346105b9d492e01172ab447c04d03fa32e fcc4ed1efa1a7575dc45fe57ce552af331941469 Signed-off-by: James Almer <jamrial@gmail.com>
* avutil/hash: Add more detailed Doxygen documentationTimothy Gu2016-08-021-20/+149
|
* avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-021-0/+22
|
* lavu/hash: add hash_final helpers.Nicolas George2014-04-291-0/+22
| | | | | The helpers use local memory to compute the final hash, making AV_HASH_MAX_SIZE safe to use.
* lavu/hash: Add support for SHA-2 512James Almer2013-06-151-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add AV_HASH_MAX_SIZE.Reimar Döffinger2013-05-291-0/+12
| | | | | | Makes it easier to use static allocation for the result buffer. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Add a generic hash API.Reimar Döffinger2013-05-131-0/+78
Also use this API in framemd5. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
OpenPOWER on IntegriCloud