github.com/zignig/go-ipfs@v0.0.0-20141111235910-c9e5fdf55a52/crypto/spipe/internal/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  }