github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/p2p/crypto/secio/pb/spipe.proto (about)

     1  package spipe.pb;
     2  
     3  message Propose {
     4  	optional bytes rand = 1;
     5  	optional bytes pubkey = 2;
     6  	optional string exchanges = 3;
     7  	optional string ciphers = 4;
     8  	optional string hashes = 5;
     9  }
    10  
    11  message Exchange {
    12  	optional bytes epubkey = 1;
    13  	optional bytes signature = 2;
    14  }