You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this library supports publicKeyHex for ES256K and publicKeyBase64 for x25519. However the did spec seems to be converging on the use of publicKeyBase58 everywhere.
Describe the solution you'd like
The library should not assume that a specific key has a specific encoding. The most reasonable thing here seems to be to add support for all of the three encodings above for all key types.
The text was updated successfully, but these errors were encountered:
Currently this library supports
publicKeyHex
forES256K
andpublicKeyBase64
forx25519
. However the did spec seems to be converging on the use ofpublicKeyBase58
everywhere.Describe the solution you'd like
The library should not assume that a specific key has a specific encoding. The most reasonable thing here seems to be to add support for all of the three encodings above for all key types.
The text was updated successfully, but these errors were encountered: