-
Notifications
You must be signed in to change notification settings - Fork 42
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
Schnorr Blind Signature support? #33
Comments
Good idea, |
I am working on implementing the Statechains protocol which requires Blind Schnorr so it would have to be compatible with bip-schnorr.
|
Relevant thread on StackExchange about implementing blind schnorr that is compatible with bip-schnorr. Note that Greg Maxwell said that this implementation is insecure. |
thanks. |
There is an easy fix to the Wagner attacks in https://eprint.iacr.org/2019/877.pdf but not sure if/when adaptor signatures are secure, and I'm not sure when schnorr blind signatures really make sense. |
Is there any support or planned support of Schnorr Blind Signatures?
The text was updated successfully, but these errors were encountered: