SecretShare class

Constructors

SecretShare(int n)

Properties

ctr_2 int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkComply(List<int> cand, List<int> s0) List<int>
generateArray(List arrays, int size) List<int>
generateRandomNumber(int length) int
multiplyMatrices(List<int> firstMatrix, List secondMatrix, int c1, int c2) List<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
starts() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

alpha1 List<int>
getter/setter pair
s int
getter/setter pair
s0 ↔ dynamic
getter/setter pair
x1 List<int>
getter/setter pair
y1 List<int>
getter/setter pair