summaryrefslogtreecommitdiff
path: root/libavutil/ripemd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+3
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-11/+12
* lavu: add missing stddef.h includes for size_t.Anton Khirnov2020-11-201-0/+1
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-151-0/+4
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-54/+0
* avutil/ripemd: make rol macro more robust by adding parenthesesGanesh Ajjanagadde2015-10-281-1/+1
* avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-181-1/+1
* ripemd: move ripemd{256, 320} into separate functionsJames Almer2015-05-071-132/+222
* lavu/ripemd: Add a size optimized version of the transform functionsJames Almer2013-09-091-3/+72
* lavu/ripemd: Fully unroll the transform function loopsJames Almer2013-09-091-59/+70
* avutil/ripemd:make const tables static constMichael Niedermayer2013-08-111-1/+1
* avutil/ripemd: adjust loop condition to silence CID1035716Michael Niedermayer2013-06-221-1/+1
* lavu: Add RIPEMD hashingJames Almer2013-06-151-0/+435