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

Implement the ZkProgram #10

Closed
mitschabaude opened this issue Sep 23, 2024 · 0 comments · Fixed by #13
Closed

Implement the ZkProgram #10

mitschabaude opened this issue Sep 23, 2024 · 0 comments · Fixed by #13
Assignees

Comments

@mitschabaude
Copy link
Collaborator

mitschabaude commented Sep 23, 2024

After #7 is merged, the function that creates a zkprogram from a given spec is stubbed out. Now we want to implement it as much of it as possible!

  • For attestation, call the verify() function
  • For operations, do the corresponding circuit operations
  • For an assert return, assert the boolean input to be true
  • For a data return, return it as public output
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

Successfully merging a pull request may close this issue.

1 participant