From 261c9067380c5311c98e3576540eee6015be3297 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 17 Jun 2007 22:25:20 +0000 Subject: added [] - operator to Buffer const Buffers are now possible --- cypher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypher.h') diff --git a/cypher.h b/cypher.h index f1ef8bf..a0ab6e4 100644 --- a/cypher.h +++ b/cypher.h @@ -42,7 +42,7 @@ public: void cypher(Buffer& buf); protected: - void calc(u_int8_t* buf, u_int8_t* bit_stream, u_int32_t length); + void exor(Buffer& buf, const Buffer& bit_stream); virtual Buffer getBitStream(u_int32_t length) = 0; }; -- cgit v1.2.3