summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mint/taler-mint-httpd_test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_test.c b/src/mint/taler-mint-httpd_test.c
index c7e0af05d..3d612f856 100644
--- a/src/mint/taler-mint-httpd_test.c
+++ b/src/mint/taler-mint-httpd_test.c
@@ -18,6 +18,13 @@
* @brief Handle /test requests; parses the POST and JSON and
* checks that the client is binary-compatible
* @author Christian Grothoff
+ *
+ * TODO:
+ * - RSA operations
+ * - ECDHE operations
+ * - HKDF operations
+ * - Symmetric encryption/decryption
+ * - high-level transfer key logic
*/
#include "platform.h"
#include <gnunet/gnunet_util_lib.h>