aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-08 18:24:40 +0000
committerMartin Willi <martin@strongswan.org>2005-12-08 18:24:40 +0000
commitba204bddc769e84baa827b868a2eb3dfc7eb3228 (patch)
tree81aa16d8b18f0d3b90a83b7627c052db0dd69124 /Source/charon/transforms
parentfb8cfc26e04f3fc9cdc8f7c596bb32351573fed4 (diff)
downloadstrongswan-ba204bddc769e84baa827b868a2eb3dfc7eb3228.tar.bz2
strongswan-ba204bddc769e84baa827b868a2eb3dfc7eb3228.tar.xz
- added todo
Diffstat (limited to 'Source/charon/transforms')
-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 {