libp2p-plaintext 0.14.0-alpha.1

Plaintext encryption dummy protocol for libp2p
Documentation
1
2
3
4
5
6
syntax = "proto2";

message Exchange {
  optional bytes id = 1;
  optional bytes pubkey = 2;
}