mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Refactoring to allow for a more flexible API.
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message ShareData {
|
||||
bytes shamirData = 1;
|
||||
bytes signature = 2;
|
||||
bytes proof = 3;
|
||||
bytes shamir_data = 1;
|
||||
repeated bytes signature = 2;
|
||||
bytes proof = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user