- added todo

This commit is contained in:
Martin Willi 2005-12-08 18:24:40 +00:00
parent fb8cfc26e0
commit ba204bddc7
1 changed files with 3 additions and 0 deletions

View File

@ -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 {