dkg icon indicating copy to clipboard operation
dkg copied to clipboard

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

Open cag opened this issue 6 years ago • 2 comments

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

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

  • Parity Secret Store.
  • Dfinity has their own DKG.

cag avatar Jun 11 '18 16:06 cag

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

cag avatar Jul 10 '18 03:07 cag

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.

cag avatar Aug 02 '18 13:08 cag