Remove TODOs that no longer apply. 53/70553/4
authorDariusz Michaluk <d.michaluk@samsung.com>
Thu, 19 May 2016 11:18:48 +0000 (13:18 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 19 May 2016 12:51:22 +0000 (14:51 +0200)
Change-Id: Ibb4990346808a1934a549703122c704d15935794

api/yaca/key.h

index c58bc60b04bec29e575cdb8083cf8084dcebe7b7..e020171c9333543199952abe796829a37b1605f6 100644 (file)
@@ -179,7 +179,6 @@ void yaca_key_free(yaca_key_h key);
 /**
  * @defgroup  Key-Derivation  Advanced API for the key derivation.
  *
- * TODO: rethink separate group.
  * TODO: extended description and examples.
  *
  * @{
@@ -225,8 +224,8 @@ int yaca_key_derive_kea(const yaca_key_h prv_key,
  * @param[in]  password  User password as a NULL-terminated string.
  * @param[in]  salt      Salt, should be non-zero.
  * @param[in]  salt_len  Length of the salt.
- * @param[in]  iter      Number of iterations. (TODO: add enum to proposed number of iterations, pick sane defaults).
- * @param[in]  algo      Digest algorithm that should be used in key generation. (TODO: sane defaults).
+ * @param[in]  iter      Number of iterations.
+ * @param[in]  algo      Digest algorithm that should be used in key generation.
  * @param[in]  key_bits  Length of a key (in bits) to be generated.
  * @param[out] key       Newly generated key (must be freed with yaca_key_free()).
  *