This object provides some operations to create SecretMerging instances.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SecretMerging.type
Members list
Value members
Concrete methods
Directly calls the SecretMerging primary constructor.
Directly calls the SecretMerging primary constructor.
Value parameters
- prime
-
the prime modulus
- sharePoints
-
the shares
Attributes
- Returns
-
the immutable
SecretMerginginstance
Evaluates a JSON file containing shares needed to recover the secret.
Evaluates a JSON file containing shares needed to recover the secret.
Value parameters
- path
-
the path to the JSON file
Attributes
- Returns
-
the immutable
SecretMerginginstance
Combines several JSON files containing shares needed to recover the secret.
Combines several JSON files containing shares needed to recover the secret.
Value parameters
- paths
-
the paths to the JSON files
Attributes
- Returns
-
the immutable
SecretMerginginstance
Combines several JSON files containing shares needed to recover the secret.
Combines several JSON files containing shares needed to recover the secret.
Value parameters
- paths
-
the paths to the JSON files
Attributes
- Returns
-
the immutable
SecretMerginginstance
Combines JsonObjects each containing a slice of shares needed to recover the secret.
Combines JsonObjects each containing a slice of shares needed to recover the secret.
Value parameters
- slices
-
the JsonArray containing the slices
Attributes
- Returns
-
the immutable
SecretMerginginstance