summaryrefslogtreecommitdiff
path: root/cypher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cypher.h')
-rw-r--r--cypher.h2
1 files changed, 1 insertions, 1 deletions
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;
};