go.dedis.ch/onet/v4@v4.0.0-pre1/network/network.proto (about)

     1  syntax = "proto2";
     2  
     3  package network;
     4  
     5  message ServerIdentity{
     6      required bytes public = 1;
     7      optional bytes id = 2;
     8      required string address = 3;
     9      optional string description = 4;
    10  }
    11  
    12