ant-libp2p-plaintext 0.42.0

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

package structs;

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