SecretShare class
Constructors
Properties
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