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

Verifiable delegated computation (focus on SNARKS) #26

Open
7 of 31 tasks
nicola opened this issue Nov 11, 2016 · 6 comments
Open
7 of 31 tasks

Verifiable delegated computation (focus on SNARKS) #26

nicola opened this issue Nov 11, 2016 · 6 comments
Labels

Comments

@nicola
Copy link
Owner

nicola commented Nov 11, 2016

Background

  • random oracle: black-box that to every query gives a random response (uniform from its domain), same query == same response. (Note: church-turing thesis said computable functions have finite description, random oracles don't)
  • NP: is the class of problems for which efficiently verifiable proofs of "yes" instances exist
  • co-NP: is the class of problems for which efficiently verifiable proofs of "no" instances exist
  • interactive proof: conversation between a prover and a verifier that ends with the verifier either accepting or rejecting
  • zero knowledge IP: cheating verifier does not learn anything more
  • proof of knowledge IP: cheating prover cannot convince a honest verifier to accept unless it knows some secret

General background

Classics (from 0 to Zero-Knowledge)

Pre-SNARKS

SNARKS t=0

SNARK now

SNARK alternative

Other Resources

Applications

@nicola
Copy link
Owner Author

nicola commented Nov 11, 2016

@nicola
Copy link
Owner Author

nicola commented Nov 11, 2016

Adding Madars introduces Libsnark

@nicola
Copy link
Owner Author

nicola commented Nov 11, 2016

@madars please feel free to add some key material that I should read!

@nicola nicola changed the title Understanding SNARKS Verifiable delegated computation (focus on SNARKS) Nov 16, 2016
@nicola
Copy link
Owner Author

nicola commented Dec 7, 2016

adding

@nicola
Copy link
Owner Author

nicola commented Dec 19, 2016

adding

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

No branches or pull requests

1 participant