Files
RustySecrets/protobuf/ShareData.proto
2016-12-02 14:56:12 +01:00

8 lines
115 B
Protocol Buffer

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