digitalbazaar / bbs-signatures

A JavaScript BBS Signatures Implementation
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Why isn't there a verifySignature interface? #16

Open brianorwhatever opened 6 days ago

brianorwhatever commented 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?

davidlehn commented 5 days ago

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