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

BBS signatures suite #21

Open
kenneth-leong-gt opened this issue May 18, 2023 · 2 comments
Open

BBS signatures suite #21

kenneth-leong-gt opened this issue May 18, 2023 · 2 comments

Comments

@kenneth-leong-gt
Copy link

I see that there are api interfaces for BBS signature verification. Are BBS functionality working? I tried to verify some json-LD with bbs signatures, and the verification seems to always return false.

@peacekeeper
Copy link
Member

Hello, support for BBS signatures in this libraries is outdated and was never really completed. We hope to get this supported at some point, maybe through community contributions, see also here: #15

@kenneth-leong-gt
Copy link
Author

kenneth-leong-gt commented May 22, 2023

Hello, support for BBS signatures in this libraries is outdated and was never really completed. We hope to get this supported at some point, maybe through community contributions, see also here: #15

Hi I managed to implement BBS signature JsonLd verification, however it would involve making changes in at least 4 libraries from what i can see

  • ld-signatures-java (this repo) ---> BbsBlsSignature2020LdVerifier
  • com.danubetech:key-formats-java ---> Bls12381G2_BBSPlus_PublicKeyVerifier and maybe more
  • github.com.decentralized-identity:json-ld-common-java ----> changes in JsonLDObject
  • com.apicatalog:titanium-json-ld ---> changes in NQuadsWriter

How would you suggest I contribute this implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants