-
Notifications
You must be signed in to change notification settings - Fork 15
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
BbsBlsSignature : Selective Disclosure #15
Comments
Hello @marc4virono, thanks for opening this issue! You are 100% correct that a Bbs/Bls selective disclosure feature is not yet supported by the library. It would be great if you implement it, your general approach looks good! Feel free to go ahead with this and let us know if have any more questions/thoughts while working on it.. |
Hi, I am implementing it. |
Great, let us know whenever you have something ready that you want us to review (in either key-formats-java or ld-signatures-java). |
Hi, I have something, but I need to finalize some test. |
Hmm I think
|
Alright perfect, nothing I just had not understood correctly how it's work. |
Hi,
I am interested to do some selective disclosure by using the Bbs algorithm.
I noticed that this Bbs/Bls feature is not supported by your library. So I am trying to implement it.
Are you agree if I do this :
byte[][]
for the result of canonicalization function and it will contain the hash of each canonicalized attributeExample :
The 'messages' is the result of the canonicalization (byte[][])
Best regards.
The text was updated successfully, but these errors were encountered: