Open jimouris opened 3 years ago
Hi,
Great implementation, thank you!!
I have a question about the soundness of the specific proof. According to this paper (page 17/21), the random challenge e is selected randomly from [0, A]. Shouldn't the proof be repeated t times to offer secutiry 1/(A^t)?
e
[0, A]
t
1/(A^t)
Thanks!
Hi,
Great implementation, thank you!!
I have a question about the soundness of the specific proof. According to this paper (page 17/21), the random challenge
e
is selected randomly from[0, A]
. Shouldn't the proof be repeatedt
times to offer secutiry1/(A^t)
?Thanks!