mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
New share format. (#13)
* Removing Coverall support until fixed. (See #12) * Changing Cargo license. * New wrapping of share data to support signatures.
This commit is contained in:
8
protobuf/ShareData.proto
Normal file
8
protobuf/ShareData.proto
Normal file
@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message ShareData {
|
||||
bytes shamirData = 1;
|
||||
bytes signature = 2;
|
||||
bytes proof = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user