summaryrefslogtreecommitdiff
path: root/libavutil/hash.h
Commit message (Collapse)AuthorAge
* lavu/hash: add hash_final helpers.Nicolas George2014-04-29
| | | | | The helpers use local memory to compute the final hash, making AV_HASH_MAX_SIZE safe to use.
* lavu/hash: Add support for SHA-2 512James Almer2013-06-15
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add AV_HASH_MAX_SIZE.Reimar Döffinger2013-05-29
| | | | | | Makes it easier to use static allocation for the result buffer. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Add a generic hash API.Reimar Döffinger2013-05-13
Also use this API in framemd5. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>