rendezvous-server
rendezvous-server copied to clipboard
Simplify commandline secret handling
Once/if https://github.com/libp2p/rust-libp2p/pull/2142 lands, we can use the protobuf encoding of KeyPair directly to store the identity file. Saves a couple of lines of code to convert to/from ed25519 keys.
Fyi: https://github.com/libp2p/rust-libp2p/pull/2142 has been merged