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

Question about the GG20 reference being obsolete

mkhattat opened this issue · comments

Hi everyone, Thanks for great work!

From my underestanding the code of GG20 is based on the reference of GG20 which is mentioned in the README. However, in that paper the author mentions that the report is obsolete and the readers should refer to the "joint paper".

Do you have any information how that affect the implementation in this repository?