gnosis / dkg

Distributed key generation
GNU General Public License v3.0
21 stars 7 forks source link

Write marshallers to match wire format of Parity, Dfinity, etc. #5

Open cag opened 6 years ago

cag commented 6 years ago

We're using the gob encoding package right now (it exposes a go-specific BinaryMarshaller).

We will want a marshaller(s?) for the following:

cag commented 6 years ago

Here is an official(AFAIK???) discussion thread: https://ethresear.ch/t/standardizing-distributed-key-generation-dkg/2411

cag commented 6 years ago

Also this may take a while due to the fact Parity Secret Store uses TLS which is based on secp256k1, but the Golang standard lib's TLS doesn't support that curve.