-
Notifications
You must be signed in to change notification settings - Fork 2
Tree-creation with exceptions #11
Comments
How do you know if it is faulty ? By |
I thought of taking the exception-bitmap of an old signature to chose which servers to use in the signature. |
From my point of view, the average use case for someone/software that needs to use CoSi is:
The question is largely how to know which server failed. For the moment, the node only know about their direct children / parent, but not about the whole topology in the tree. We need kind of a failure protocol so the root can re-start a round.. |
These are done in dedis/cothority. |
If we know a server is faulty, we could even say so when calling
cosi.SignMsg
so that the faulty server(s) are not included in the tree.The text was updated successfully, but these errors were encountered: