aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/charon/transforms/crypters/crypter.h3
1 files changed, 3 insertions, 0 deletions
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 {