| Constructor and Description |
|---|
PedersenOpenValue(org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement randomness) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement |
getRandomValue() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator byteAccumulator) |
public PedersenOpenValue(org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement randomness)
public org.cryptimeleon.math.structures.rings.zn.Zn.ZnElement getRandomValue()
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic org.cryptimeleon.math.hash.ByteAccumulator updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator byteAccumulator)
updateAccumulator in interface org.cryptimeleon.math.hash.UniqueByteRepresentablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object