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

fix: don't show derived keys in did document for did key #266

Closed acarnagey closed 1 year ago

acarnagey commented 1 year ago

ed25519 did document should not have a x25519 derived key in the did document.

acarnagey commented 1 year ago

@ipbyrne x25519 seemed to work the correct way when I tested, it had only the x25519 verification method.

ipbyrne commented 1 year ago

@ipbyrne x25519 seemed to work the correct way when I tested, it had only the x25519 verification method.

Okay cool, maybe this update will fix it then! Once we add the type for that param I think we should be good to go!