public interface GUIObserver
Modifier and Type | Method and Description |
---|---|
void |
show_P_commitment(java.math.BigInteger s,
java.math.BigInteger a) |
void |
show_P_commitment(java.math.BigInteger s,
java.math.BigInteger a,
java.math.BigInteger t,
int d,
java.math.BigInteger b) |
void |
show_P_response(int c,
java.math.BigInteger z) |
void |
show_P_response(int c,
java.math.BigInteger z,
int d,
java.math.BigInteger y) |
void |
show_P_secret(java.math.BigInteger w,
java.math.BigInteger h) |
void |
show_S_round(java.math.BigInteger z,
java.math.BigInteger a,
int c,
boolean addToTranscript) |
void |
show_V_challenge(java.math.BigInteger a,
java.math.BigInteger b,
int c) |
void |
show_V_challenge(java.math.BigInteger a,
int c) |
void |
show_V_verify(int c,
java.math.BigInteger z,
boolean accept,
double prob) |
void |
show_V_verify(int c,
java.math.BigInteger z,
int d,
java.math.BigInteger t,
boolean accept1,
boolean accept2,
double prob) |
void show_P_secret(java.math.BigInteger w, java.math.BigInteger h)
void show_P_commitment(java.math.BigInteger s, java.math.BigInteger a)
void show_P_commitment(java.math.BigInteger s, java.math.BigInteger a, java.math.BigInteger t, int d, java.math.BigInteger b)
void show_P_response(int c, java.math.BigInteger z)
void show_P_response(int c, java.math.BigInteger z, int d, java.math.BigInteger y)
void show_V_challenge(java.math.BigInteger a, int c)
void show_V_challenge(java.math.BigInteger a, java.math.BigInteger b, int c)
void show_V_verify(int c, java.math.BigInteger z, boolean accept, double prob)
void show_V_verify(int c, java.math.BigInteger z, int d, java.math.BigInteger t, boolean accept1, boolean accept2, double prob)
void show_S_round(java.math.BigInteger z, java.math.BigInteger a, int c, boolean addToTranscript)