Meeco / hedera-did-sdk-js

Javascript SDK for managing DID Documents & Verifiable Credentials
Apache License 2.0
1 stars 4 forks source link

Don't apply key codec before encoding with multibase #34

Closed linasi closed 1 year ago

linasi commented 1 year ago

Libraries like did-jwt do not expect key to be first prefixed with a type identifier and only then encoded in multibase. PR removes codec use.

linasi commented 1 year ago

It's still a WIP, not ready to be merged, tests require fixing.