summaryrefslogtreecommitdiff
path: root/cipher.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-24 19:10:34 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-24 19:10:34 +0000
commitc597afc9f59af4d4596068d042f467127311bfed (patch)
treec08334c099c0608c2368c1978f1c9150abfc094d /cipher.cpp
parentchanged cipher option default value to aes-ctr (diff)
added NullKeyDerivation
added KeyDerivationFactory
Diffstat (limited to 'cipher.cpp')
-rw-r--r--cipher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher.cpp b/cipher.cpp
index 07a9117..579d96c 100644
--- a/cipher.cpp
+++ b/cipher.cpp
@@ -70,6 +70,7 @@ u_int32_t NullCipher::decipher(u_int8_t* in, u_int32_t ilen, u_int8_t* out, u_in
return (ilen < olen) ? ilen : olen;
}
+
//****** AesIcmCipher ******
AesIcmCipher::AesIcmCipher()