Matthew Roberts
Matthew Roberts
I've just implemented a replacement for this in a project of my own and notice the unary coding of the quotient is variable length. That means the whole table is...
The problem is if there are multiple people inputting partial signatures and the aggregate signature fails how do you know which partial signature was the problem? Is there a way...
I agree with you. It seems up to the protocol to add support for this but knowing how to do it would be very useful. I've tried to modify the...
After some trial and error I seem to have got it working. Hopefully the math behind this is correct: ```rust pub fn verify_partial( signature: &BigInt, r_x: &BigInt, c: &BigInt, a:...
Your code is definitely better. I'm not sure I understand how it works though. In my code I thought I was subtracting a from the pub key but you get...
I thought the self-connect thing was interesting. I had hoped that you could use it as a way to do TCP reverse connections over TURN. E.G. both peers make a...
Hey, I've updated this so that the license and credits file are now part of the header file. I've also finally got around to removing the last of C++'s cancer...
@sumerc Would also be cool to provide a special return value that could be used to turn off counting running a particular call. Like say you detect an error condition...
> > you return the constant and the profiler ignores that run of the function > > I could not understand the proposal here. A concrete example might be better?...
I still think this is a beautiful program, btw @sumerc Respect to all the devs who have worked on this.