impierce / openid4vc

Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
https://www.impierce.com
Apache License 2.0
28 stars 3 forks source link

feat: add support for multiple signing algorithms #76

Closed nanderstabel closed 3 months ago

nanderstabel commented 5 months ago

Description of change

Previously all data in all flows where signed using EdDSA by default. This current PR adds support for the configuration of multiple singing algorithms.

Links to any relevant issues

Closes #71

How the change has been tested

Adjusted relevant tests. The changes made in this PR have also been tested through:

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.