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
Trying to get to grips with zero-knowledge proofs. They seem to be useful for verifying that a user knows a value but can they be used to verify the contents of a cipher text?
What I'm looking for ultimately is some function f which is able to inspect a cipher text and verify that it encrypts a particular plain text x.
Sorry if this question is not welcome here. I have been struggling with this question for a while and if anybody might have a definitive answer, thought it might be an author of this repo.