input-output-hk / prism-did-method-spec

Apache License 2.0
15 stars 1 forks source link

Switch to JsonWebKey2020 #35

Closed peacekeeper closed 1 year ago

peacekeeper commented 1 year ago

This replaces EcdsaSecp256k1VerificationKey2019 and Ed25519VerificationKey2020 with JsonWebKey2020. This should make it easier to add more key types and curves such as X25519 in the future.

Fixes #34 and partially addresses #31.