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

Add halo2_curves #22

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Add halo2_curves #22

merged 3 commits into from
Jun 29, 2023

Conversation

tumberger
Copy link
Contributor

This adds halo2_curves for the following:

  • BN256 Add, Mul in Fr
  • BN256 Add in G1
  • BN256 MSM in G1
  • BN256 pairing

PSE is working on MSM optimization, hence these benchmarks currently rely on the /msm branch of the halo2_curves repository.

@vercel
Copy link

vercel bot commented Jun 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zkalc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2023 10:21pm

@mmaker
Copy link
Owner

mmaker commented Jun 27, 2023

I fixed a couple mistakes (pairing benchmarked with generators, some variable clashes). Can you have another look at it jut to make sure I'm not introducing new errors? Thanks!

@tumberger
Copy link
Contributor Author

Thanks, just took a look and this looks good to me!

@mmaker mmaker merged commit a0ad85d into mmaker:main Jun 29, 2023
1 check 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.

2 participants