Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil/crypto: change length parameter to size_t on the remaining modules | James Almer | 2018-02-15 | 1 | -0/+4 |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -54/+0 |
* | avutil/ripemd: make rol macro more robust by adding parentheses | Ganesh Ajjanagadde | 2015-10-28 | 1 | -1/+1 |
* | avutil: use EINVAL instead of -1 for the return code of crypto related init f... | Ganesh Ajjanagadde | 2015-10-18 | 1 | -1/+1 |
* | ripemd: move ripemd{256, 320} into separate functions | James Almer | 2015-05-07 | 1 | -132/+222 |
* | lavu/ripemd: Add a size optimized version of the transform functions | James Almer | 2013-09-09 | 1 | -3/+72 |
* | lavu/ripemd: Fully unroll the transform function loops | James Almer | 2013-09-09 | 1 | -59/+70 |
* | avutil/ripemd:make const tables static const | Michael Niedermayer | 2013-08-11 | 1 | -1/+1 |
* | avutil/ripemd: adjust loop condition to silence CID1035716 | Michael Niedermayer | 2013-06-22 | 1 | -1/+1 |
* | lavu: Add RIPEMD hashing | James Almer | 2013-06-15 | 1 | -0/+435 |