summaryrefslogtreecommitdiff
path: root/libavutil/ripemd.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-151-0/+4
| | | | | | | See 651ee9346105b9d492e01172ab447c04d03fa32e fcc4ed1efa1a7575dc45fe57ce552af331941469 Signed-off-by: James Almer <jamrial@gmail.com>
* avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-021-1/+9
|
* lavu: Add RIPEMD hashingJames Almer2013-06-151-0/+75
Includes RIPEMD-128, RIPEMD-160, RIPEMD-256 and RIPEMD-320 Signed-off-by: James Almer <jamrial@gmail.com>