-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some comments on BIP text #47
Comments
Hi @pool2win. Thanks for your comments and sorry for the late reply.
In our thinking, if ChillDKG fails to succeed, someone is misbehaving and then you already know that you shouldn't send money to that group of signers. We've just added "identifiable aborts" which, in case of failure, allows determining that either a specific participant
Changed to message "
I don't think so.
No. Some messages in the transcript that are unnecessary for eq_input are excluded. And additionally some transcript messages have been agregated by the coordinator. I agree that calling
Hm, I think the best place to obtain that information the is the actual python spec.
I don't see how that would work. |
The text says:
and
and
What remains unclear? |
Thanks for all the nice work you are putting into this.
Here are some comments I have after reading through the spec. Some
might seem as nits, but I am erring on the side of sharing more than
less.
I have not read through the code, so some questions might be answered
there. However, I hope these comments are helpful.
Lack of robustness will be a problem for online services that need
to make progress in the face of benign or byzantine failures of
some of the nodes. Services face production issues and online
services will want to continue making progress. The lack of
robustness is understandable from a custody wallet perspective, and
chilldkg suits those use cases really well.
Here
message i
was confusing. I had to stare at it for a while tofigure out that you mean a message with only the identifier
i
asthe content. Just a nit, but might help to restate it.
Is this Noise_KX? If so, might help to highlight it as a footnote
to make it easier to digest. If it isn't, then I misunderstood this
and maybe we can add how this is different from Noise_KX.
I imagine you mean the entire log of messages received and sent -
excluding the private messages? Or with cipher text of the secret
messages sent?
It is not clear from the BIP text what is the transcript that
CertEq reaches agreement on.
I like the simplicity of CertEq. It seems like it can finish in a
single round. Is that so?
The text was updated successfully, but these errors were encountered: