diff options
Diffstat (limited to 'authAlgo.h')
-rw-r--r-- | authAlgo.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |