ZenGo-X / multi-party-ecdsa

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

compare performance with "multiparty ecdsa from ecdsa assumptions" #22

Open omershlo opened 6 years ago

omershlo commented 6 years ago

Secure Two-party Threshold ECDSA from ECDSA Assumptions (https://eprint.iacr.org/2018/499.pdf) is a work done by Doerner et al. The PoC code is provided in https://gitlab.com/neucrypt/mpecdsa . The code is provided under the Three-clause BSD License. For initial support we should:

omershlo commented 5 years ago

update: new paper from the same group deals with the multi party case: "Threshold ECDSA from ECDSA Assumptions: The Multiparty Case "

omershlo commented 5 years ago

update : new paper is now on eprint: https://eprint.iacr.org/2019/523.pdf claims to have much better performance. code (https://gitlab.com/neucrypt/mpecdsa) is still not updated as claimed..