ZenGo-X / multi-party-ecdsa

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

GG20 example source files missing in master #142

Open palladionIT opened 2 years ago

palladionIT commented 2 years ago

Hey,

first off thanks for this project. I cloned the repository to play around with GG20 and noticed that the source files are missing in the example directory. If you download the release zip they are available so I guess this is just a small oversight.

omershlo commented 2 years ago

@palladionIT thanks ! We had examples for gg20 but removed them due to a major update to the code. We will add them back soon. cc: @survived , @elichai , @Shalevos , @MatanHamilis

aiyajsupra commented 2 years ago

@omershlo When will be it added? If you have any ETA, it would help us.

omershlo commented 2 years ago

I don’t have an ETA at this point . There is still more important priorities. cc: @survived , @elichai

palladionIT commented 2 years ago

Thank you for the update! I spent the past to go through the code in tandem with the GG18/20 papers and I feel like I finally grasped how you implemented the protocols. Looking forward to digging into the new code! Thanks for this awesome project!