See: Description
| Interface | Description |
|---|---|
| LinearSecretSharing<ShareReceiverType> |
A (linear) secret sharing scheme allows sharing a secret,
which results in a set of shares.
|
| SecretSharingSchemeProvider |
Represents a provider that can create instances of
LinearSecretSharing
to be used for ThresholdTreeSecretSharing. |
| SecretSharingTreeNode |
Interface for tree nodes used for
ThresholdTreeSecretSharing. |
| Class | Description |
|---|---|
| InnerSecretSharingNode |
An inner node in a tree of
ThresholdPolicys used by ThresholdTreeSecretSharing. |
| LeafSecretSharingNode |
An leaf node in a tree of
ThresholdPolicys used by ThresholdTreeSecretSharing. |
| ThresholdTreeSecretSharing |
A
ThresholdTreeSecretSharing is a LinearSecretSharing which shares a secret not only among a single
ThresholdPolicy's children, but among a whole tree of ThresholdPolicys. |