summaryrefslogtreecommitdiff
path: root/libavutil/hmac.c
Commit message (Collapse)AuthorAge
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
|
* lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-15
This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <martin@martin.st>