public class SchnorrZnVariable extends SchnorrVariable implements org.cryptimeleon.math.expressions.exponent.ExponentVariableExpr
| Modifier and Type | Field and Description |
|---|---|
org.cryptimeleon.math.structures.rings.zn.Zn |
zn |
name| Constructor and Description |
|---|
SchnorrZnVariable(java.lang.String name,
org.cryptimeleon.math.structures.rings.zn.Zn zn) |
| Modifier and Type | Method and Description |
|---|---|
SchnorrZnVariableValue |
generateRandomValue() |
SchnorrZnVariableValue |
restoreValue(org.cryptimeleon.math.serialization.Representation repr) |
equals, hashCode, restoreFromRepresentation, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitevaluate, evaluate, evaluate, evaluate, forEachChild, linearize, substitutepublic SchnorrZnVariable(java.lang.String name,
org.cryptimeleon.math.structures.rings.zn.Zn zn)
public SchnorrZnVariableValue generateRandomValue()
generateRandomValue in class SchnorrVariablepublic SchnorrZnVariableValue restoreValue(org.cryptimeleon.math.serialization.Representation repr)
restoreValue in class SchnorrVariable