mirror of
https://github.com/valitydev/shamir.git
synced 2024-11-06 01:35:18 +00:00
CDS-93: Add types to share
record
This commit is contained in:
parent
5ca10a8751
commit
73339759a8
@ -13,7 +13,7 @@
|
|||||||
%% limitations under the License.
|
%% limitations under the License.
|
||||||
|
|
||||||
-record(share, {
|
-record(share, {
|
||||||
threshold,
|
threshold :: pos_integer(),
|
||||||
x,
|
x :: pos_integer(),
|
||||||
y
|
y :: binary()
|
||||||
}).
|
}).
|
Loading…
Reference in New Issue
Block a user