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

Question about the GG20 reference being obsolete #201

Open mkhattat opened 1 year ago

mkhattat commented 1 year ago

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?