iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
290 stars 83 forks source link

Add EcDSA verifier #1353

Closed Aconitin closed 1 month ago

Aconitin commented 2 months ago

Description of change

Implements a JwsVerifier capable of verifying EcDSA signatures with algorithms ES256 and ES256K.

Links to any relevant issues

None.

Type of change

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

How the change has been tested

See tests.rs.

Change checklist

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