ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
966 stars 309 forks source link

Second dlog proof between h1 and h2 added #134

Closed DmytroTym closed 2 years ago

DmytroTym commented 2 years ago

This PR adds a check that makes sure that parameters h1 and h2 from Keys structure generate the same group. @omershlo