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

Feat/did key #1374

Open eike-hass opened 1 month ago

eike-hass commented 1 month ago

Description of change

Please write a summary of your changes and why you made them.

Links to any relevant issues

Be sure to reference any related issues by adding fixes issue #.

Type of change

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

How the change has been tested

Describe the tests that you ran to verify your changes. Make sure to provide instructions for the maintainer as well as any relevant configurations.

Change checklist

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

UMR1352 commented 2 weeks ago

@eike-hass what do we want to do with this? The implementation only supports a portion of the did:key specification and has not been thoroughly documented nor tested

eike-hass commented 2 weeks ago

@eike-hass what do we want to do with this? The implementation only supports a portion of the did:key specification and has not been thoroughly documented nor tested

we need did:key support for Selv and might need to extend to did:jwk es well. I think we should be okay with only considering ed25519 support for now though and rethink for 2.0. Long story short: We should try to get this in an acceptable state and merge mid-term.