public class FiatShamirProof
extends java.lang.Object
implements org.cryptimeleon.math.serialization.Representable
| Modifier and Type | Field and Description |
|---|---|
Challenge |
challenge |
org.cryptimeleon.math.serialization.Representation |
compressedTranscript |
| Constructor and Description |
|---|
FiatShamirProof(org.cryptimeleon.math.serialization.Representation compressedTranscript,
Challenge challenge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.cryptimeleon.math.serialization.Representation |
getRepresentation() |
int |
hashCode() |
public final org.cryptimeleon.math.serialization.Representation compressedTranscript
public final Challenge challenge
public FiatShamirProof(org.cryptimeleon.math.serialization.Representation compressedTranscript,
Challenge challenge)
public org.cryptimeleon.math.serialization.Representation getRepresentation()
getRepresentation in interface org.cryptimeleon.math.serialization.Representablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object