summaryrefslogtreecommitdiff
path: root/cypher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cypher.h')
-rw-r--r--cypher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cypher.h b/cypher.h
index 8baa9cb..90d5c11 100644
--- a/cypher.h
+++ b/cypher.h
@@ -55,6 +55,9 @@ protected:
class AesIcmCypher : public Cypher
{
+public:
+ void cypher(Buffer& buf);
+
protected:
Buffer getBitStream(u_int32_t length);
};