ZenGo-X / fs-dkr

FS-DKR: One Round Distributed Key Rotation
GNU General Public License v3.0
32 stars 16 forks source link

dlog proofs bug #22

Open omershlo opened 2 years ago

omershlo commented 2 years ago

Currently we follow multi-party-ecdsa logic of two dlog proofs see here: https://github.com/ZenGo-X/fs-dkr/pull/17/files#diff-386a609f746d74ecbc3e04d7ae0e82e2e7a58a72a16908d2fbbb955b9d355971R73

There is a bug in this logic, as can be explained and fixed here: https://github.com/ZenGo-X/multi-party-ecdsa/pull/145#issuecomment-953734674

please apply the same fix here as well

DmytroTym commented 2 years ago

Yup, I'll make a PR. Sorry once again.