-
Notifications
You must be signed in to change notification settings - Fork 209
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
2P-ECDSA module #129
Comments
I'm not aware of any such efforts. What's the use case you have in mind? |
Steganographic on-chain multisignatures using ECDSA, similar to MuSig applications (using ECDSA instead). |
Can it be done without Pallier encryption? I'd be fine with Pallier in principle but my expectation is that any new heavy crypto would simply never get reviewed, and I don't want to waste some implementor's time. |
There is https://github.com/ZenGo-X/multi-party-ecdsa (CC: @omershlo) |
I don't know, I have similar reservations about Paillier, though. Will need to think about it more, maybe something is possible with ECDSA adaptor signatures?
Will take a look at their impl again, briefly reviewed it before, and planned to use it as a reference for the Paillier stuff (since they got a third-party audit on their crypto). |
Is anyone currently working on a 2P-ECDSA module, or know of a current implementation using libsecp256k1?
If not, I'm interested in implementing one.
The text was updated successfully, but these errors were encountered: