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

Schnorr Blind Signature support? #33

Open
Kelbie opened this issue Sep 28, 2019 · 5 comments
Open

Schnorr Blind Signature support? #33

Kelbie opened this issue Sep 28, 2019 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Kelbie
Copy link

Kelbie commented Sep 28, 2019

Is there any support or planned support of Schnorr Blind Signatures?

@omershlo
Copy link
Contributor

Good idea,
do you have a specific protocol ?

@Kelbie
Copy link
Author

Kelbie commented Sep 29, 2019

I am working on implementing the Statechains protocol which requires Blind Schnorr so it would have to be compatible with bip-schnorr.

This thread may be of interest to anyone implementing the blinding. Edit: turns out the way they did it in Wasabi was not compatible with bip-schnorr.

@omershlo omershlo added enhancement New feature or request help wanted Extra attention is needed labels Oct 1, 2019
@Kelbie
Copy link
Author

Kelbie commented Oct 4, 2019

Relevant thread on StackExchange about implementing blind schnorr that is compatible with bip-schnorr. Note that Greg Maxwell said that this implementation is insecure.

@omershlo
Copy link
Contributor

omershlo commented Oct 4, 2019

thanks.
I asked in the telegram group if someone wants to take this issue. let's see/
And - if Greg Maxwell says its insecure : it's insecure :)

@burdges
Copy link

burdges commented Dec 22, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants