From 00febb25de92b1cd01309cc0f253ed4c3a761b13 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Mon, 24 Dec 2007 17:05:26 +0000 Subject: weihnachtlicher checkin * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation --- authTag.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'authTag.h') diff --git a/authTag.h b/authTag.h index 95f2805..22237e6 100644 --- a/authTag.h +++ b/authTag.h @@ -34,6 +34,11 @@ #include "datatypes.h" #include "buffer.h" + +/** + * Authtag class + */ + class AuthTag : public Buffer { public: -- cgit v1.2.3