Get desktop application:
View/edit binary Protocol Buffers messages
Used in: computationtocomputation.Shares.Share, enginetobts.Triple
bool sgn = 1
bytes abs_byte = 2
Used in: libctomanage.ExecuteComputationRequest, managetocomputation.ExecuteComputationRequest
COMPUTATION_METHOD_UNSPECIFIED = 0
COMPUTATION_METHOD_MEAN = 1
COMPUTATION_METHOD_VARIANCE = 2
COMPUTATION_METHOD_SUM = 3
COMPUTATION_METHOD_CORREL = 4
COMPUTATION_METHOD_MESH_CODE = 5
COMPUTATION_METHOD_JOIN_TABLE = 6
Used in: libctomanage.GetJobErrorInfoResponse
string what = 1
optional string additional_info = 2
optional Stacktrace stacktrace = 3
Used as response type in: managetocomputation.ManageToComputation.CheckProgress
Used as field type in: libctomanage.GetComputationStatusResponse
Used in: libctomanage.GetComputationStatusResponse, JobProgress
UNKNOWN = 0
ERROR = 1
RECEIVED = 2
PRE_JOB = 3
READ_DB = 4
COMPUTE = 5
COMPLETED = 6
Used in: JobProgress
uint64 id = 1
string description = 2
float progress = 3
bool completed = 4
optional string details = 5
Used in: libctomanage.GetSchemaResponse, libctomanage.SendSharesRequest
Used in: Schema
SHARE_VALUE_TYPE_UNSPECIFIED = 0
SHARE_VALUE_TYPE_FIXED_POINT = 1
SHARE_VALUE_TYPE_UTF_8_INTEGER_REPRESENTATION = 2
Used in: JobErrorInfo
Used in: Stacktrace
string source_location = 1
uint64 source_line = 2
string function_name = 3