ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No zk proof for N_i

lucky1024 opened this issue · comments

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

image

It is inherited from here if you check the code