From dce7b21c7ae5f97ce9f06fc00582e5bf3033c9c4 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Thu, 9 Aug 2007 13:41:08 +0000 Subject: * added key derivation functions --- authAlgo.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'authAlgo.h') diff --git a/authAlgo.h b/authAlgo.h index 2c420e2..7c7ca6d 100644 --- a/authAlgo.h +++ b/authAlgo.h @@ -49,4 +49,12 @@ public: auth_tag_t calc(const Buffer& buf); }; + +// HMAC_SHA1 +class HmacAuthAlgo : public AuthAlgo +{ +public: + auth_tag_t calc(const Buffer& buf); +}; + #endif -- cgit v1.2.3