Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero Knowledge proof of encryption #43

Open
lukastanisic99 opened this issue Mar 16, 2024 · 1 comment
Open

Zero Knowledge proof of encryption #43

lukastanisic99 opened this issue Mar 16, 2024 · 1 comment

Comments

@lukastanisic99
Copy link

Is it possible to create a zero knowledge proof that a secret has been encrypted and not some "garbage"?

Example: We want to reveal a secret key for a given public key after time T. We use timelock to encrypt the secret. Is it possible to prove to someone (without revealing the secret) that the secret key was encrypted with timelock for the corresponding public key?

@CluEleSsUK
Copy link
Contributor

It's a current research problem for us but we haven't put much time into it. It should in principle be possible, though the resulting circuits might be quite complicated.

If you're interested in working on it, we'd love to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants