public interface SchnorrVariableValue
extends org.cryptimeleon.math.serialization.Representable, org.cryptimeleon.math.hash.UniqueByteRepresentable
| Modifier and Type | Method and Description |
|---|---|
org.cryptimeleon.math.expressions.Expression |
asExpression() |
SchnorrVariableValue |
evalLinear(java.math.BigInteger factor,
SchnorrVariableValue summand)
Returns a
SchnorrVariableValue that is \(\text{factor} * \text{this} + \text{summand}\). |
SchnorrVariable |
getVariable() |
SchnorrVariableValue evalLinear(java.math.BigInteger factor, SchnorrVariableValue summand)
SchnorrVariableValue that is \(\text{factor} * \text{this} + \text{summand}\).SchnorrVariable getVariable()
org.cryptimeleon.math.expressions.Expression asExpression()