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

Create BBS+ signatures that features a privacy preserving subject authentication binding #9

Open
tplooker opened this issue Mar 15, 2020 · 2 comments
Assignees

Comments

@tplooker
Copy link
Member

Currently the BBS signatures in the initial implementation, do not support commited values in the signature being generated, the following needs to be done to accomplish this

  • Break out the required API from URSA and expose it across the FFI.
  • Consume it in the FFI layer of this library
  • Expand the top level API of a BBS signature to take in the commitment and pass it to URSA for signing.
  • Create a BLS12381 commitment key pair? E.g a class that wraps the secret and a particular commitment?
@tplooker tplooker changed the title Create BBS+ signatures that feature a binding to a subject secret (linked secret) Create BBS+ signatures that features a privacy preserving subject authentication binding Sep 9, 2020
@tplooker
Copy link
Member Author

tplooker commented Sep 9, 2020

Related

@tplooker
Copy link
Member Author

tplooker commented Sep 9, 2020

Blocked by support for G1 keys in bls12381-key-pair

@tplooker tplooker self-assigned this Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant