gnosis / dkg

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

Use side-channel safe secp256k1 implementation #4

Closed cag closed 6 years ago

cag commented 6 years ago

Golang has a reference generic elliptic curve group implementation, but it's not side-channel safe.

There is one out there. Figure out how to use it.