From ba204bddc769e84baa827b868a2eb3dfc7eb3228 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 8 Dec 2005 18:24:40 +0000 Subject: [PATCH] - added todo --- Source/charon/transforms/crypters/crypter.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/charon/transforms/crypters/crypter.h b/Source/charon/transforms/crypters/crypter.h index 6c0d4d6fb..00ed83ace 100644 --- a/Source/charon/transforms/crypters/crypter.h +++ b/Source/charon/transforms/crypters/crypter.h @@ -74,6 +74,9 @@ typedef struct crypter_t crypter_t; * @todo Distinguish between block_size and key_size, since not all * algorithms use key_size == block_size (e.g. 3DES). * + * @todo Add a getter which says if an algorithm uses fixed key size, needed for + * tranform_attribute encoding. + * * @ingroup crypters */ struct crypter_t {