WebOfTrustInfo / ld-signatures-java

Java implementation of Linked Data Signatures
Apache License 2.0
17 stars 15 forks source link

BBS signatures suite #21

Open kenneth-leong-gt opened 1 year ago

kenneth-leong-gt commented 1 year ago

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 commented 1 year ago

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: https://github.com/WebOfTrustInfo/ld-signatures-java/issues/15

kenneth-leong-gt commented 1 year ago

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

How would you suggest I contribute this implementation?