export async function readKey(
  { crypto, accountDID, path }: Arguments
): Promise<string> {
  return `wnfs:${accountDID}:readKey:${await pathHash(crypto, path)}`
}