Files
rust-libp2p/secio/structs.proto
Pierre Krieger 30ffa2f256 Revert to old protobuf generation system (#268)
* Revert "Remove old protoc scripts and artifacts (#262)"

This reverts commit 32ef50b822.

* Revert "Use pure-rust protoc (#255)"

This reverts commit 217fae405f.
2018-06-21 15:47:13 +02:00

14 lines
265 B
Protocol Buffer

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;
}