This repository is a work in progress. It contains an implementation of ECDKG by Tang using the group interface from dedis/kyber. This integration allows different elliptic curves such as Secp256k1 (with tests) and bn256 (on master) to be used in the dkg scheme.
go get https://github.com/gnosis/dkg
Take a look at the test for intended use.
*Please Note: The messaging/network layer of the scheme has not been implemented.