public class SchnorrGroupElemVariable extends SchnorrVariable implements org.cryptimeleon.math.expressions.group.GroupVariableExpr
| Modifier and Type | Field and Description |
|---|---|
protected org.cryptimeleon.math.structures.groups.Group |
group |
name| Constructor and Description |
|---|
SchnorrGroupElemVariable(java.lang.String name,
org.cryptimeleon.math.structures.groups.Group group) |
| Modifier and Type | Method and Description |
|---|---|
SchnorrGroupElemVariableValue |
generateRandomValue() |
SchnorrGroupElemVariableValue |
restoreValue(org.cryptimeleon.math.serialization.Representation repr) |
equals, hashCode, restoreFromRepresentation, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitevaluate, evaluate, flatten, forEachChild, getGroup, linearize, substitutepublic SchnorrGroupElemVariable(java.lang.String name,
org.cryptimeleon.math.structures.groups.Group group)
public SchnorrGroupElemVariableValue generateRandomValue()
generateRandomValue in class SchnorrVariablepublic SchnorrGroupElemVariableValue restoreValue(org.cryptimeleon.math.serialization.Representation repr)
restoreValue in class SchnorrVariable