Files
RustySecrets/protobuf/wrapped/share.proto
2018-02-11 22:17:07 +01:00

10 lines
134 B
Protocol Buffer

syntax = "proto3";
package wrapped;
message ShareProto {
bytes shamir_data = 1;
repeated bytes signature = 2;
bytes proof = 3;
}