diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd_test.c | 7 |
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> |