vibs29
vibs29
I presume this hasn't been merged because my message was inadequate in the same way that Go's documentation above was inadequate. Integers in [3,6] are the set {3,4,5,6} Integers in...
Adding one line of code makes the test pass. But I don't know if the line makes sense and keeps the protocol secure. Does it? ``` // share/dkg/rabin/dkg.go // added...
I've created pull request 473 containing the test and code above.
Hi Linus. Thanks for looking at this. My patch was based mostly on how the Kyber poly_test.go used (N/2)+1 instead of (N+1)/2. (Integer division). Your response told me I needed...
Hi @seratym, Thanks for studying all that so carefully. I know this is late, but I hope you don't mind if I try and put my thoughts down nonetheless. >...
Hi @ineiti. Here's how I see this. 1. My (i.e. some application writer's) adversarial model is irrelevant. The adversarial model assumed by _a library_ implementing a paper should be no...
Hi there @seratym. Yes, thanks, I hope you are well too. Yes, different papers use the same symbols to mean different things. But I am consistent everywhere with my symbols...
I'd like to make one correction to what I said. I'd said that my fix allowed n-t participants to be offline. What I should have said was that it allowed...