summaryrefslogtreecommitdiff
path: root/cypher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cypher.h')
-rw-r--r--cypher.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/cypher.h b/cypher.h
index a225ebd..8baa9cb 100644
--- a/cypher.h
+++ b/cypher.h
@@ -33,7 +33,6 @@
#include "buffer.h"
-// this is a svn test comment
class Cypher
{
@@ -54,4 +53,10 @@ protected:
Buffer getBitStream(u_int32_t length);
};
+class AesIcmCypher : public Cypher
+{
+protected:
+ Buffer getBitStream(u_int32_t length);
+};
+
#endif