summaryrefslogtreecommitdiff
path: root/cypher.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-08-09 13:41:08 +0000
committerErwin Nindl <nine@wirdorange.org>2007-08-09 13:41:08 +0000
commitdce7b21c7ae5f97ce9f06fc00582e5bf3033c9c4 (patch)
tree2af3a1b0cce6d11f3ba6de6ac1d5413441542c28 /cypher.h
parentrequest 390 (diff)
* added key derivation functions
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 689d230..48e2ef9 100644
--- a/cypher.h
+++ b/cypher.h
@@ -61,6 +61,9 @@ public:
protected:
Buffer getBitStream(u_int32_t length, seq_nr_t seq_nr, sender_id_t sender_id);
+
+private:
+
};
#endif