public class PedersenCommitment extends java.lang.Object implements Commitment
| Constructor and Description |
|---|
PedersenCommitment(org.cryptimeleon.math.structures.groups.GroupElement commitment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.structures.groups.GroupElement |
get() |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
org.cryptimeleon.math.hash.ByteAccumulator |
updateAccumulator(org.cryptimeleon.math.hash.ByteAccumulator byteAccumulator) |
public PedersenCommitment(org.cryptimeleon.math.structures.groups.GroupElement commitment)
public org.cryptimeleon.math.structures.groups.GroupElement get()
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