summaryrefslogtreecommitdiff
path: root/libavutil/hash.c
Commit message (Expand)AuthorAge
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-27
* lavu: add missing stddef.h includes for size_t.Anton Khirnov2020-11-20
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-15
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
* Add tests for functions in hash.cNagaChaitanya Vellanki2016-03-09
* lavu/hash.c: Add missing "static const".Reimar Döffinger2014-08-31
* lavu/hash: add hash_final helpers.Nicolas George2014-04-29
* lavu/hash: Add support for RIPEMDJames Almer2013-06-16
* lavu/hash: Add support for SHA-2 512James Almer2013-06-15
* lavu/hash: Fix CRC32 calculationJames Almer2013-05-15
* lavu/hash: Fix adler32 calculationJames Almer2013-05-15
* lavu/hash: Fix name of SHA224James Almer2013-05-14
* Add a generic hash API.Reimar Döffinger2013-05-13