summaryrefslogtreecommitdiff
path: root/libavutil/hash.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-4/+0
* lavu: add missing stddef.h includes for size_t.Anton Khirnov2020-11-201-0/+2
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-151-0/+4
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-42/+0
* Add tests for functions in hash.cNagaChaitanya Vellanki2016-03-091-0/+42
* lavu/hash.c: Add missing "static const".Reimar Döffinger2014-08-311-1/+1
* lavu/hash: add hash_final helpers.Nicolas George2014-04-291-0/+35
* lavu/hash: Add support for RIPEMDJames Almer2013-06-161-0/+25
* lavu/hash: Add support for SHA-2 512James Almer2013-06-151-0/+25
* lavu/hash: Fix CRC32 calculationJames Almer2013-05-151-3/+3
* lavu/hash: Fix adler32 calculationJames Almer2013-05-151-4/+4
* lavu/hash: Fix name of SHA224James Almer2013-05-141-1/+1
* Add a generic hash API.Reimar Döffinger2013-05-131-0/+154