digitalbazaar / bedrock-did-io

Other
0 stars 0 forks source link

Use ed25519-multikey library to resolve ed25519 keys instead of ed25519-verification-key-2020 library #22

Open dlongley opened 2 months ago

dlongley commented 2 months ago

See: https://github.com/digitalbazaar/bedrock-did-io/blob/v10.3.1/lib/index.js#L25

The older ed25519-verification-key-2020 library does not support importing keys that use publicKeyJwk, etc. -- and it should be phased out generally.

dlongley commented 2 months ago

Addressed by #23.