diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-08-15 13:19:31 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-08-15 13:19:31 +0000 |
commit | 3543f2a6c9034db63af9a0ec8681bc03d5532d48 (patch) | |
tree | 0c711aa3ab2f327fac9bd7ed6e6044e1cfbc5b7c /cypher.cpp | |
parent | added diagramm (diff) |
* set cypher to aes_icm
* changed cypher
Diffstat (limited to 'cypher.cpp')
-rw-r--r-- | cypher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -106,4 +106,3 @@ void AesIcmCypher::cypher(Buffer& buf, seq_nr_t seq_nr, sender_id_t sender_id) status = cipher_dealloc(cipher); } - |