You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the use of fst and snd are swapped in the ElGamal decryption algorithm in the examples. I would suggest adding a correctness game to AsymScheme.v and prove perfect correctness for the ElGamal scheme to make the correctness guarantee explicit.
I will attempt to make a PR with these changes in due time.
The text was updated successfully, but these errors were encountered:
It seems that the use of
fst
andsnd
are swapped in the ElGamal decryption algorithm in the examples. I would suggest adding a correctness game toAsymScheme.v
and prove perfect correctness for the ElGamal scheme to make the correctness guarantee explicit.I will attempt to make a PR with these changes in due time.
The text was updated successfully, but these errors were encountered: