Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsonWebKey2020 Support #20

Open
ross-little opened this issue Oct 22, 2021 · 0 comments
Open

JsonWebKey2020 Support #20

ross-little opened this issue Oct 22, 2021 · 0 comments

Comments

@ross-little
Copy link

I used the ion-cli to create a new DID based on Ed25519 and it generated the public key in the DID as shown further below. However, the key type generated in the DID is shown as EcdsaSecp256k1VerificationKey2019, but shouldn´t it be of type": "JsonWebKey2020" :

"ops": [ { "operation": "create", "content": { "publicKeys": [ { "id": "key-1", "type": "EcdsaSecp256k1VerificationKey2019", "publicKeyJwk": { "crv": "Ed25519", "x": "adKxi7VVR8p6k__vcAsg_AW9QyUWaQHZYTj7ZNlWbwQ", "kty": "OKP" }, "purposes": [ "authentication", "keyAgreement" ] } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant