You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: