summaryrefslogtreecommitdiff
path: root/libavutil/sha512.h
Commit message (Collapse)AuthorAge
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | These have mostly been added because of FF_API_*; yet when these were removed, removing the header has been forgotten. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-27
| | | | | | | Announced in e435beb1ea5380a90774dbf51fdc8c941e486551. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavu/sha512: update length argument following sha+md5 changesClément Bœsch2017-05-05
|
* avutil: Add detailed Doxygen description to a few hashesTimothy Gu2016-08-02
|
* avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-02
|
* lavu: Add SHA-2 512 hashingJames Almer2013-06-02
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>