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.
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:
fromMultibaseplugins, OR