decentralized-identity / did-jwt

Create and verify DID verifiable JWT's in Javascript
Apache License 2.0
331 stars 70 forks source link

initial support for X25519 `ECDH-ES+A256KW` alg JWE #279

Closed mirceanis closed 1 year ago

mirceanis commented 1 year ago

This PR adds support for AES key wrapping (required in didcomm encrypted messaging) for X25519 ECDH. AES key wrapping is implemented using a new dependency, isomorphic-webcrypto, for now.

This also includes some options for working with common epk/alg values between recipients.

Merging this should release a new alpha pre-release

uport-automation-bot commented 1 year ago

:tada: This PR is included in version 7.0.0-alpha.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: