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.
|
||||
|
||||
-record(share, {
|
||||
threshold,
|
||||
x,
|
||||
y
|
||||
threshold :: pos_integer(),
|
||||
x :: pos_integer(),
|
||||
y :: binary()
|
||||
}).
|
Loading…
Reference in New Issue
Block a user