unboundsecurity / blockchain-crypto-mpc

Protecting cryptographic signing keys and seed secrets with Multi-Party Computation.
GNU General Public License v3.0
456 stars 165 forks source link

[Feature-request] Multiparty (t,n) ECDSA signatures #3

Closed Ban44n closed 5 years ago

Ban44n commented 5 years ago

Hi,

There have been two new publications that allow multi-party (t,n) ECDSA signatures: One protocol by Steven Goldfeder et al. (2018) and one protocol by Yehuda Lindell et al. (2018).

It might be worth looking into these schemes as it allows a more general setup of the wallet. I have put it as a feature request here 👍

Papers: https://eprint.iacr.org/2018/987.pdf http://stevengoldfeder.com/papers/GG18.pdf

oz-mishli commented 5 years ago

Hi,

The multi-party ECDSA protocol by Yehuda Lindell et al. (2018) is implemented in Unbound commercial offerings; these include many additional capabilities on top of the protocol, such as offline approval, cryptographically enforced risk-based policies and more. Further details are available here. Kindly let us know should you have further questions.

Wahahahahahahahahahaha commented 5 years ago

Hi, Recently have read the white paper of the blockchain-crypto-mpc library, but I still confused about that how to use BIP-Key-Derivation to output the Shared private keys x1 and x2 of wallet private keys x. I want to know hou to implementation 2-party BIP32 of the library? Looking forward to your reply, thanks

TovaD commented 5 years ago

Hi, Please open in a new issue and I will be happy to direct the relevant team member to address your question there.

Thanks,

Tova Dvorin, Community Manager @ Unbound Tech

Wahahahahahahahahahaha commented 5 years ago

ok Thanks