secio 0.27.0

Secio encryption protocol for tet-libp2p
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
syntax = "proto2";

package spipe.pb;

message Propose {
	optional bytes rand = 1;
	optional bytes pubkey = 2;
	optional string exchanges = 3;
	optional string ciphers = 4;
	optional string hashes = 5;
}

message Exchange {
	optional bytes epubkey = 1;
	optional bytes signature = 2;
}