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

Feature to receive recid for multi_party_ecdsa signature #85

Closed darklow closed 4 years ago

darklow commented 4 years ago

Currently recid is implemented and returned only in two_party_ecdsa signature, but there is no way to receive it after signing using multi_party_ecdsa protocol.

darklow commented 4 years ago

I believe this is now available since https://github.com/KZen-networks/multi-party-ecdsa/pull/86. Thanks.