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:
Frederic Jacobs
2016-11-18 12:34:06 +01:00
committed by GitHub
parent 6ad30652a6
commit aeb8e4c21f
14 changed files with 454 additions and 244 deletions

8
protobuf/ShareData.proto Normal file
View File

@ -0,0 +1,8 @@
syntax = "proto3";
message ShareData {
bytes shamirData = 1;
bytes signature = 2;
bytes proof = 3;
}