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