]> git.sesse.net Git - ffmpeg/commit
lavu: Add an API for calculating HMAC (RFC 2104)
authorMartin Storsjö <martin@martin.st>
Fri, 12 Oct 2012 12:01:06 +0000 (15:01 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 15 Jan 2013 09:54:19 +0000 (11:54 +0200)
commit8ee288d2586f216aa698ef8e6d107f02c813ea06
treee1b2957bdf7001262a7523cfb27ca5dc48af088e
parent47812070a267cbdf74164e154d03d99bf8ced100
lavu: Add an API for calculating HMAC (RFC 2104)

This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are
simple to add.

Signed-off-by: Martin Storsjö <martin@martin.st>
doc/APIchanges
libavutil/Makefile
libavutil/hmac.c [new file with mode: 0644]
libavutil/hmac.h [new file with mode: 0644]
libavutil/version.h