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
We have API changes to properly multiple key types (as identified by multibase-multikey headers) in #55. We should figure out how we want to layer using different public key formats on top of it -- or decide that it's not appropriate to do that at all and either:
A different driver instance should be created with different fromMultibase plugins, OR
Presume that cryptosuites should allow all the different formats they accept and perform the necessary conversions.
The text was updated successfully, but these errors were encountered:
Some approach for this was taken in #47, but that PR built on a faulty API (that couldn't properly support multiple key types) so it also needs changing. It's unclear what we can preserve from #47 since it's doing a lot -- it needs to be split into smaller pieces that we can pull in.
We have API changes to properly multiple key types (as identified by multibase-multikey headers) in #55. We should figure out how we want to layer using different public key formats on top of it -- or decide that it's not appropriate to do that at all and either:
fromMultibase
plugins, ORThe text was updated successfully, but these errors were encountered: