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

GG20 example source files missing in master

palladionIT opened this issue · comments

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.

@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

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

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

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!