Closed peacekeeper closed 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.
EcdsaSecp256k1VerificationKey2019
Ed25519VerificationKey2020
JsonWebKey2020
X25519
Fixes #34 and partially addresses #31.
This replaces
EcdsaSecp256k1VerificationKey2019
andEd25519VerificationKey2020
withJsonWebKey2020
. This should make it easier to add more key types and curves such asX25519
in the future.Fixes #34 and partially addresses #31.