You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: