Nicolas Gailly

Results 52 issues of Nicolas Gailly

When we got a long text description in Usage, it should automatically wrap and make a nice display. A bit like what "man" does, it automatically rewraps the text so...

kind/feature
help wanted
area/v2
status/confirmed

**Version** ``` > cargo tree | grep ethers │ ├── ethers v0.6.0 (https://github.com/gakonst/ethers-rs#a6568307) │ │ ├── ethers-addressbook v0.1.0 (https://github.com/gakonst/ethers-rs#a6568307) │ │ │ ├── ethers-core v0.6.0 (https://github.com/gakonst/ethers-rs#a6568307) │ │ ├── ethers-contract...

bug

Hi, I use a struct in my solidity contract both as argument of a function and as argument in an event. The function part works fine: ethers creates the equivalent...

Fixing https://github.com/filecoin-project/research-private/issues/281#issuecomment-677675014

scope: content

It's best to let the user see the commitment in plaintext regardless of the deal. See https://github.com/dedis/kyber/issues/407

The `QUAL` methods in the DKG returns the set of qualified issuers of deals. In a regular DKG, this set of nodes is the same as the set receiving the...

The original design for Rabin or Pedersen vss/dkg is synchronous settings, that means it works in round, where at each round a message is delivered or not. In both DKG...

question

In `group/nist/curve.go`, comment is saying the `Sub` and `Neg` implementation of the `curvePoint` are non-optimal. One should find out why and what is the optimal algorithm for this.

Now that we have DLEQ merged upstream, we can implement in a more or less straightforward way a VRF. The groundwork is already done in https://github.com/dedis/paper_17_sosp_omniledger/blob/master/gossip/vrf.go It is mostly a...

enhancement