Nicolas Gailly
Nicolas Gailly
Yes, there is already an issue for that https://github.com/dedis/onet/issues/96 `onet.Client` is the right place for that I believe too !
I haven't out yet figured out what would be the best way to emphasize on these topic discussions in the draft itself while keeping the draft somewhat neat for it...
What about keeping `message M` but finding another name for the announcement / commitments etc ? I'm not a fan of `statement M`, I find it removes one ambiguity to...
I picked the word records exactly from the TLS 1.3 RFC but tp me it sounds more like a record is a structured list of constant sized fields. Our RFC...
This issue has a lot of good ideas and we should try to implement them at some point !
Linked to https://github.com/dedis/protobuf/issues/3
The information "what this service can do" is directly correlated with the "what version this conode is running". With the "capability" approach, I'm afraid it's gonna run into problems to...
> The problem is that we cannot protobuf.Encode(&chanInitReply) if the embedded *TreeNode is nil I don't get why do you want to protobuf this message. It's only in `treenode.go` that...
Ok, I still have the same question :D Why do you want to send it through the network ? The overlay is supposed to take care of sending / receiving...
I see. Mhhhh. I'm a bit afraid of using something like this since 1) we will be using even more stranger rules with reflect, so nothing very clear and 2)...