1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-05-13 11:21:21 +00:00

14 lines
265 B
Protocol Buffer
Raw Normal View History

2017-10-30 10:22:38 +01:00
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;
}