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

Why isn't there a verifySignature interface? #16

Closed
brianorwhatever opened this issue Nov 19, 2024 · 2 comments
Closed

Why isn't there a verifySignature interface? #16

brianorwhatever opened this issue Nov 19, 2024 · 2 comments

Comments

@brianorwhatever
Copy link

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
Copy link
Member

That function is exported:
https://github.com/digitalbazaar/bbs-signatures/blob/main/README.md#verifying-a-bbs-signature

export async function verifySignature({

@dlongley
Copy link
Member

Closing as the function is exported.

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

3 participants