Open brianorwhatever opened 6 days ago
I would like to implement the verification of a base proof of a BBS VC because why not and I was disappointed to see that the verifySignature method isn't exported. Would it be ok if I created a PR that addressed this or is there a reason it isn't?
verifySignature
That function is exported: https://github.com/digitalbazaar/bbs-signatures/blob/main/README.md#verifying-a-bbs-signature https://github.com/digitalbazaar/bbs-signatures/blob/5afccd345b7092359e81c0fbc5b37e942cdaf5e2/lib/index.js#L67
I would like to implement the verification of a base proof of a BBS VC because why not and I was disappointed to see that the
verifySignature
method isn't exported. Would it be ok if I created a PR that addressed this or is there a reason it isn't?