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

feat: arithmetic circuits #971

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Conversation

julio4
Copy link
Contributor

@julio4 julio4 commented Sep 10, 2024

Close #849

  • Concise explanations of what are arithmetic circuits
  • Step-by-step implementation of the simple circuit a * (a + b)
  • A bit of extra context about how arithmetic circuits are used in other zk proof systems

This change is Reviewable

@enitrat enitrat force-pushed the feat/arithmetic-circuits branch from 8ec2ca8 to 4d39f10 Compare September 10, 2024 22:04
Copy link
Contributor

@enitrat enitrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is simply perfect 🥇 🥇 🥇

@enitrat enitrat merged commit fc49df5 into cairo-book:main Sep 16, 2024
2 of 3 checks passed
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 this pull request may close these issues.

feat: Arithmetic circuits section
2 participants