gnosis / dkg

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

Eval polynomial #9

Closed collinc97 closed 6 years ago

collinc97 commented 6 years ago

Revised ProcessSecretShareVerification() to correctly compare point tuples. Implemented EvaluatePolynomials() to generate secret shares. Implemented GeneratePublicShares() to generate points from two scalar polynomials. Implemented GenerateNode() to generate new public/private key pairs and secret polynomials.

Added tests for all new methods.