From 7e38340b831af8e3271f22bd66b9da14953c02af Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 28 Jul 2015 15:36:14 -0300 Subject: hmac: add support for SHA-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James Almer Signed-off-by: Martin Storsjö --- libavutil/hmac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/hmac.h') diff --git a/libavutil/hmac.h b/libavutil/hmac.h index 28c2062b1b..1ed56269cb 100644 --- a/libavutil/hmac.h +++ b/libavutil/hmac.h @@ -32,6 +32,8 @@ enum AVHMACType { AV_HMAC_MD5, AV_HMAC_SHA1, + AV_HMAC_SHA224, + AV_HMAC_SHA256, }; typedef struct AVHMAC AVHMAC; -- cgit v1.2.3