ZenGo-X / multi-party-ecdsa

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

No zk proof for N_i #188

Closed lucky1024 closed 1 year ago

lucky1024 commented 1 year ago

In GG18 paper, there is a zk proof for N_i in keygen protocol, but I can't find this in source code.

image
leontiad commented 1 year ago

It is inherited from here if you check the code