Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-interactive ECC Compatible Threshold Signature Scheme #8

Open
C0deMunk33 opened this issue Apr 22, 2020 · 0 comments
Open

Non-interactive ECC Compatible Threshold Signature Scheme #8

C0deMunk33 opened this issue Apr 22, 2020 · 0 comments
Assignees

Comments

@C0deMunk33
Copy link

The MultisigControl scheme that has been implemented works well and keeps the control of locked funds out of the hands of any single party. The downside is that at-present it costs approximately $0.01 per signature submitted to the smart contract. This also is not readily applicable to other blockchains (such as BTC). A proper TSS brings that down to $0.01 total as only a single signature is needed to be recovered.

As @Vegaklaus pointed out, interactive TSS is weak to a denial of service attack where one party simply drops out during the signature process, requiring a restart. This can be avoided in a non-interactive version, but everything found thus far is not easily recoverable on Ethereum and wouldn't work with BTC.

Requirements:

  • non-interactive
  • ECC/ECDSA compatible result signature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant