mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-03 14:42:16 +00:00
* Revert "Remove old protoc scripts and artifacts (#262)" This reverts commit 32ef50b8222fa30e3706c90c24e84e821f3fd84f. * Revert "Use pure-rust protoc (#255)" This reverts commit 217fae405f6565d10e010e9e8b5dfd19045120d0.
14 lines
265 B
Protocol Buffer
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;
|
|
} |