w3c-ccg / did-method-web

DRAFT: did:web Decentralized Identifier Method Specification
https://w3c-ccg.github.io/did-method-web/
Other
32 stars 17 forks source link

Did web method support Ed25519?? #66

Open Muthurajj opened 1 year ago

Muthurajj commented 1 year ago

In w3c document they have mentioned the diddocument structure for Secp256 and jsw2020 https://w3c-ccg.github.io/did-method-web/

jceb commented 1 year ago

The did-core specification defines how you'd reference other key types. The Ed25519 curve is therefore supported by did:web.

dmitrizagidulin commented 1 year ago

+1 to what @jceb said -- I use Ed25519 keys in did:web docs. I agree that somebody should add a PR with an example using those keys. :)