transmute-industries / did-key.js

A DID Key Implementation in TypeScript
https://did.key.transmute.industries/
Apache License 2.0
53 stars 15 forks source link

Latest specifications #254

Open martines3000 opened 1 year ago

martines3000 commented 1 year ago

Hi. I am curious if there are any plans to update the library to align with the latest specifications of did:key and also to add support for the latest security suites (2020:  e.g. adding Ed25519VerificationKey2020).

Based on  did-coredid-spec-registries and did-method-key the publicKeyBase58 property is deprecated and publicKeyMultibase should be used instead.

Happy to contribute if help is needed.