public static class PSBlindSignProtocol.BlindSignProtocolInstance.OpeningSecretInput extends java.lang.Object implements SecretInput
SecretInput.EmptySecretInput, SecretInput.SecretInputVector| Modifier and Type | Field and Description |
|---|---|
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement |
blindingFactor |
org.cryptimeleon.math.structures.rings.cartesian.RingElementVector |
message |
EMPTY| Constructor and Description |
|---|
OpeningSecretInput(org.cryptimeleon.math.structures.rings.cartesian.RingElementVector message,
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement blindingFactor) |