hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125 stars 83 forks source link

Support JWK public key VM processing into Key #1297

Closed gmulhearn closed 1 month ago

gmulhearn commented 1 month ago

Closes #1289

Decided to use askar-crypto for processing JWK in simplest way possible, did not want to try process the keys myself, and couldn't find another smaller crate that was suitable.

For now I've made this feature optional via jwk feature-flag which a consumer can optionally enable. Didn't want to force a requirement on askar-crypto for a relatively small crate (public_key).

JamesKEbert commented 1 month ago

Apparently there's some minor conflicts present on this one