summaryrefslogtreecommitdiff
path: root/cypher.cpp
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-08-29 00:13:43 +0000
committerErwin Nindl <nine@wirdorange.org>2007-08-29 00:13:43 +0000
commitc52a56ee41bc56ab44b88bc00578bfd427e479f0 (patch)
tree8fb1a0eb2c4f5fb3c5a6c69a81d6c5ea4e38238a /cypher.cpp
parentbugfix, testing continued (diff)
yet another debug checkin
Diffstat (limited to 'cypher.cpp')
-rw-r--r--cypher.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cypher.cpp b/cypher.cpp
index 66433a6..6ad656b 100644
--- a/cypher.cpp
+++ b/cypher.cpp
@@ -42,7 +42,6 @@ extern "C" {
void Cypher::cypher(Buffer& buf, seq_nr_t seq_nr, sender_id_t sender_id)
{
- std::cout << "Cypher::cypher called" << std::endl;
Buffer stream = getBitStream(buf.getLength(), seq_nr, sender_id);
exor(buf, stream);
}
@@ -89,7 +88,6 @@ Buffer AesIcmCypher::getBitStream(u_int32_t length, seq_nr_t seq_nr, sender_id_t
v128_set_to_zero(&seq);
v128_set_to_zero(&salt);
- std::cout << "AesIcmCypher::getBitStream called" << std::endl;
// allocate cipher
// FIXXME: why we do not can do this???
// status = cipher_type_alloc(&aes_icm, &cipher, key_.getLength());