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

Zokrates (zk-SNARKs toolbox for blockchains) #13

Open
gpestana opened this issue Oct 22, 2018 · 0 comments
Open

Zokrates (zk-SNARKs toolbox for blockchains) #13

gpestana opened this issue Oct 22, 2018 · 0 comments

Comments

@gpestana
Copy link
Owner

gpestana commented Oct 22, 2018

Zokrates is a toolbox for creation of zk-SNARK proofs, verification keys and Ethereum smart contract for verification of transactions in Ethereum blockchain with zk-SNARKs.

The process is the following:

  1. Develop program to be verified in specific (turing complete) DSL
  2. Compile program into flattened code
  3. Setup phase where 2 pubkeys, long proving key and short verifier key is generated.
  4. Based on verification key, generates smart contract for computation verification on Ethereum

questions

Q.GEN: Zokrates generates QAP/R1CS circuits based on a DLS language. How to generate (general) circuits manually?

literature

Github project

whitepaper

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

1 participant