Nicolas Gailly

Results 60 issues of Nicolas Gailly

This PR makes the node check at each "catchup period" if it is late or not and run catchup if it is. It's bruteforce because when a node is simply...

Hi, I wanted to play with pubsub a bit, with a very basic scenario: - 3 peers all subscribe to the same topic "random" - peer 1 is connected to...

There's a bunch of calls from Go FFI Rust instead of just "one" call that does all transformations and check the sig in one call. One concrete example is the...

Hi, Is the master compatible with the latest v7 of the RFC ? If not, do you know what is there to be done to make it v7 compatible ?

This PR brings an additional important check for the cosigners. Each cosigners should perform a verification on the challenge received by the leader, otherwise, there is no guarantee about what...

This is a tentative PR to bring up all the points that are currently discussed in the CFRG mailing list and curves@moderncrypto mailing list. It fixes issue https://github.com/dedis/doc/issues/2 .

Would it be possible to implement an Encoder and Decoder interface for protobuf so we can use it like others encoding libraries ? For networking, it would mean a real...

Now that a [config package](https://github.com/dedis/onet/pull/202) is being developed in onet, there needs to be a way to securely store secrets keys and other confidential informations. For the Mac OS keychain...

question

Doing a git clone of current master of plonk2-crypto does not compile. This PR fixes that.