adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
3 stars 0 forks source link

Modify our JWK implementation in did-utils to reflect spec #49

Closed francis-pouatcha closed 11 months ago

francis-pouatcha commented 1 year ago

We are constructing JWKs in the application. We shall modify our implementations to make them conform to spec: https://datatracker.ietf.org/doc/html/rfc7517

According to the RFC, the The kty parameter of a JWK is required. Example values are "EC", "RSA". This field control the structure of the key embedded into the jwk.