Returns the key used to retrieve public keys from a value store.
String keyForPublicKey(PeerId id) { return '/pk/${id.toString()}'; }