did-method-web
did-method-web copied to clipboard
Did web method support Ed25519??
In w3c document they have mentioned the diddocument structure for Secp256 and jsw2020 https://w3c-ccg.github.io/did-method-web/
The did-core specification defines how you'd reference other key types. The Ed25519 curve is therefore supported by did:web.
+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. :)