aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-17 21:21:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-17 21:21:51 +0000
commit3c389044a1088f8a1915495fa589d7fb5a7abc7f (patch)
tree63362c6222606fadd309ff59df419b3d05725b83 /src/util
parent1e97e9b8006fa195f14d02fbe0282afd1e4809ff (diff)
downloadgnunet-3c389044a1088f8a1915495fa589d7fb5a7abc7f.tar.gz
gnunet-3c389044a1088f8a1915495fa589d7fb5a7abc7f.zip
-done
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_ecc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 95d157eb1..60f70e083 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -25,9 +25,6 @@
25 * 25 *
26 * This is just a first, completely untested, draft hack for future ECC support. 26 * This is just a first, completely untested, draft hack for future ECC support.
27 * TODO: 27 * TODO:
28 * - declare public API in gnunet_crypto_lib (move some structs, etc.)
29 * - implement gnunet-ecc binary
30 * - convert existing RSA testcases
31 * - adjust encoding length and other parameters 28 * - adjust encoding length and other parameters
32 * - actually test it! 29 * - actually test it!
33 */ 30 */