summaryrefslogtreecommitdiff
path: root/libavutil/ripemd.c
Commit message (Expand)AuthorAgeFilesLines
* 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