Nicolas Gailly

Results 52 issues of Nicolas Gailly

`github.com/ConsenSys/handel.logf`(NOT the logger interface) is called from these 5 sites: ```bash partitioner.go|231 col 8| static function call from (*github.com/ConsenSys/handel.binomialPartitioner).Combine partitioner.go|244 col 7| static function call from (*github.com/ConsenSys/handel.binomialPartitioner).Combine processing.go|364 col 7|...

fifoProcessing is no longer in use in the main code, but only in two places in the tests. It should be removed.

The binomial partitioner currently makes heavy computations each time it computes the partitioning of a level etc. These computations could be greatly optimized and even maybe cached. For the former,...

At the moment, the Handel constructor looks like the following: ```go func NewHandel(n Network, r Registry, id Identity, c Constructor,msg []byte, s Signature, conf ...*Config) *Handel ``` I see two...

We now have a comparative baseline simulation using libp2p where each peer connects to a few other peers (designated as a parameter "Count" in a config file), subscribe to the...

The method to hash a message to a point is insecure `m -> scalar s -> s * G` , as no easy method is provided by the go or...

How do we simulate latency for AWS instances within one region ? Do we need to simulate it at all, given the time conditions ? We should at least explore...

should have discussion about the two approaches the two nicolas have implemented: - Each time there is a *better* signature for a given level, we send this new signature to...