summaryrefslogtreecommitdiff
path: root/authTag.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-24 17:05:26 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-24 17:05:26 +0000
commit00febb25de92b1cd01309cc0f253ed4c3a761b13 (patch)
treeba0ffffdaf897e96ec2237a03cc523a4025b52f5 /authTag.h
parentmesh syncing works now (diff)
weihnachtlicher checkin
* packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation
Diffstat (limited to 'authTag.h')
-rw-r--r--authTag.h5
1 files changed, 5 insertions, 0 deletions
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: