Closed asya-bergal closed 7 years ago
I pulled in a PR from Andres that got TwoWorldsEquiv working again. If I remember correctly, this is a more general form of the argument in Encryption_2W, so it should work for your purposes. Can you confirm that this is the case? If so, we should probably just remove Encryption_2W.
This file has been moved to the Broken directory, so I will deal with it in issue #12.
I was trying to use
IND_CPA_SecretKey_equiv
fromEncryption_2W.v
, but buildingEncryption_2W.v
seems to fail on the line:Context
{EncryptionScheme_SecretKey}`.I couldn't find
EncryptionScheme_SecretKey
in the file directory or the Git commit history. Looks like it was never committed? What would need to be done to get this file to compile?