13 Commits (dd77e61182865e396195a19b1e6ec697717cef56)

Author SHA1 Message Date
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt a240097ecd avutil: Switch crypto APIs to size_t 4 years ago
Anton Khirnov 800feae5d6 lavu: add missing stddef.h includes for size_t. 4 years ago
James Almer 8a8d0b319a avutil/crypto: change length parameter to size_t on the remaining modules 7 years ago
Ganesh Ajjanagadde fab1562a50 avutil/ripemd: make rol macro more robust by adding parentheses 9 years ago
Ganesh Ajjanagadde 07d4fe3a87 avutil: use EINVAL instead of -1 for the return code of crypto related init functions 9 years ago
James Almer aa70801aaf ripemd: move ripemd{256, 320} into separate functions 10 years ago
James Almer 8702a94e49 lavu/ripemd: Add a size optimized version of the transform functions 11 years ago
James Almer 452ac2aaec lavu/ripemd: Fully unroll the transform function loops 11 years ago
Michael Niedermayer 64a3dbadee avutil/ripemd:make const tables static const 11 years ago
Michael Niedermayer b6ce50a2d4 avutil/ripemd: adjust loop condition to silence CID1035716 12 years ago
James Almer 99b8cd0c81 lavu: Add RIPEMD hashing 12 years ago