ZenGo-X / multi-party-ecdsa

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

proof of concept for 2p-ecdsa from HPS #69

Closed omershlo closed 4 years ago

omershlo commented 5 years ago

Two-Party ECDSA from Hash Proof Systems and Efficient Instantiations (https://eprint.iacr.org/2019/503.pdf, Crypto19') is similar to Lindell17 but provides tight security and maybe performance improvement. It is required to implement the paper and evaluate it in comparison to Lindell17.

omershlo commented 5 years ago

low level library to use: https://github.com/KZen-networks/class-groups

omershlo commented 4 years ago

done! https://github.com/KZen-networks/multi-party-ecdsa/commit/56e788799769f2588a824b3661260f3aaef060c4