adorsys / didcomm-mediator-rs

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

Clean: Modified JWK to reflect spec #60 #70

Closed hugoib closed 7 months ago

hugoib commented 8 months ago

Closes https://github.com/ADORSYS-GIS/didcomm-mediator-rs/issues/49

Improved JWK handling to comply with the spec https://datatracker.ietf.org/doc/html/rfc7517. Implementation inspired by https://github.com/RustCrypto/JOSE

Fixed previous formatting issues from MR #60