gnosis / dkg

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

Implement universal curve interface #10

Closed collinc97 closed 6 years ago

collinc97 commented 6 years ago

Currently, there are separate branches for each curve. There are many curves out there, so we should re-design to accommodate them without multiple branches.

cag commented 6 years ago

For reference, curves are:

cag commented 6 years ago

We're using kyber Group interface for this purpose.