-
Notifications
You must be signed in to change notification settings - Fork 6
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
Register code #2
Conversation
b822508
to
037647f
Compare
This is ready @benthecarman Can you check this and add the blinding stuff tomorrow? |
Added the blind sig stuff, will just need to make sure we haven't seen the signature before |
ed4c15e
to
0759dd9
Compare
I'm a bit confused how the blinded checking is supposed to work. I do a blind registration with the service:
and get back the sig:
Then I register a username with the message and sig:
and that passes the check. However, it's the same signature that the server had returned before? So the server can correlate that? Is this just due to me manually sending requests around and not doing the proper client side unblinding stuff? |
Yeah you need to unblind it client side. |
Is it expected that it still cryptographically validates without unblinding it client side? |
Yeah I think so |
bb167e8
to
74bfa78
Compare
74bfa78
to
332693c
Compare
332693c
to
886ea44
Compare
DRAFT