summaryrefslogtreecommitdiff
path: root/libavutil/ripemd.c
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* 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
* avutil/ripemd: make rol macro more robust by adding parenthesesGanesh Ajjanagadde2015-10-28
* avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-18
* ripemd: move ripemd{256, 320} into separate functionsJames Almer2015-05-07
* lavu/ripemd: Add a size optimized version of the transform functionsJames Almer2013-09-09
* lavu/ripemd: Fully unroll the transform function loopsJames Almer2013-09-09
* avutil/ripemd:make const tables static constMichael Niedermayer2013-08-11
* avutil/ripemd: adjust loop condition to silence CID1035716Michael Niedermayer2013-06-22
* lavu: Add RIPEMD hashingJames Almer2013-06-15