export async function exchange(crypto: Crypto.Implementation): Promise<string> {
  const pubKey = await crypto.keystore.publicExchangeKey()
  const ksAlg = await crypto.keystore.getAlgorithm()

  return publicKeyToDid(