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
Use the different prefix for a did:dht Ed25519 key (that just makes sure we bind the Ed25519 key to a resolution network -- did:dht). We can register the Multikey prefix pretty quickly to do that.
did:key can take an argument and you can get your keys back as either Multikey or JsonWebKey, so no need to be specific here. JsonWebKey2020 is definitely out of date and is not going to survive standardization. We should be using JsonWebKey anywhere that we were using JsonWebKey2020 before.
If you wanted the did:key to be encoded in z-base-32, we could do that... though I don't think there's a Multibase encoding for that yet? If there is interest there, we could look into that (this is one of the reasons Multibase exists -- because the base-encoding you use is largely driven by what the protocols are optimized for -- humans, ASCII, glyph compression, or some combination of the previous).
None of the feedback above is blocking for now, but wanted to just make sure it was registered as feedback so we can adjust going forward.
did:dht
Ed25519 key (that just makes sure we bind the Ed25519 key to a resolution network --did:dht
). We can register the Multikey prefix pretty quickly to do that.JsonWebKey2020
is definitely out of date and is not going to survive standardization. We should be usingJsonWebKey
anywhere that we were usingJsonWebKey2020
before.did:key
to be encoded in z-base-32, we could do that... though I don't think there's a Multibase encoding for that yet? If there is interest there, we could look into that (this is one of the reasons Multibase exists -- because the base-encoding you use is largely driven by what the protocols are optimized for -- humans, ASCII, glyph compression, or some combination of the previous).None of the feedback above is blocking for now, but wanted to just make sure it was registered as feedback so we can adjust going forward.
Originally posted by @msporny in #56 (comment)
The text was updated successfully, but these errors were encountered: