]> git.meshlink.io Git - meshlink/blobdiff - TODO
Implement meshlink_sign() and _verify().
[meshlink] / TODO
diff --git a/TODO b/TODO
index a7d96da6b848bcec34fa26d0665f2bd2674c14a0..68746e1b6ac54a36317f8f81ff71ef972690d3d4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,6 @@
 TODO list for MeshLink
 ----------------------
 
-* Write meshlink_sign() and meshlink_verify(). These should just call
-  ecdsa_sign() and _verify(), with mesh->self->connection->ecdsa as the key for
-  _sign(), and node->ecdsa for _verify()?
-
 * meshlink_join():
   - add checks that we only join another mesh if we did not connect to any other node before.
   - only allow meshlink_join() when the library thread is not running.