public interface SecretSharingSchemeProvider
extends org.cryptimeleon.math.serialization.StandaloneRepresentable
LinearSecretSharing
to be used for ThresholdTreeSecretSharing.| Modifier and Type | Method and Description |
|---|---|
LinearSecretSharing<Policy> |
createLSSSInstance(ThresholdPolicy policy,
org.cryptimeleon.math.structures.rings.zn.Zp field)
Creates a linear secret sharing scheme instance for the given
ThresholdPolicy. |
LinearSecretSharing<Policy> createLSSSInstance(ThresholdPolicy policy, org.cryptimeleon.math.structures.rings.zn.Zp field)
ThresholdPolicy.policy - ThresholdPolicy to create a LSSS forfield - Zp to define the shares and secret of the resulting scheme