digitalbazaar/did-method-key

Should id of public key contain a fragment of the key?

Closed this issue · 3 comments

I noticed that the dh key uses a fragment in the identifier, but the ed25519 key doesn't use the identifier. Is this intentional @dmitrizagidulin ?

https://github.com/digitalbazaar/did-method-key-js/blob/a224aec5097c9f083a91982a752b9e3a0d453e4f/lib/driver.js#L58

@kdenhartog - ::facepalms:: no, not intentional, need to fix that. :)
Thanks for the catch!

Should be addressed by #4.

Fixed in PR #4, closing. Thanks again! :)