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

Support key resolution of JWK-based DID VerificationMethods (publicKeyJwk) #1289

Open
gmulhearn opened this issue Sep 18, 2024 · 0 comments
Open
Labels

Comments

@gmulhearn
Copy link
Contributor

Currently we do not support the ability to translate a VerificationMethod with a JWK-based key (publicKeyJwk field) into public key bytes (and transitively into a public_key::Key). This is a bottleneck in allowing us to use JWK DIDDoc verificationmethods for crypto (e.g. checking a signature from a JWK VM)

area to be improved:
https://github.com/hyperledger/aries-vcx/blob/main/did_core/did_doc/src/schema/verification_method/public_key.rs#L46

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

No branches or pull requests

1 participant