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

refactor: Optimize tau generation with PowPolynomial in snark.rs #343

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

huitseeker
Copy link
Member

  • Imported and implemented PowPolynomial into src/spartan/snark.rs,
  • Simplified and optimized tau variable generation using PowPolynomial, decreasing the transcript use,
  • Adjusted tau variable generation method in prove and verify functions

Fixes #155

- Imported and implemented `PowPolynomial` into `src/spartan/snark.rs`,
- Simplified and optimized `tau` variable generation using `PowPolynomial`, decreasing the transcript use,
- Adjusted `tau` variable generation method in `prove` and `verify` functions

Fixes argumentcomputer#155
@huitseeker huitseeker added this pull request to the merge queue Feb 24, 2024
Merged via the queue into argumentcomputer:dev with commit 4b47563 Feb 24, 2024
9 checks passed
@huitseeker huitseeker deleted the use_pow_for_tau branch February 24, 2024 13:40
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.

Spartan: Use PowPolynomial for tau polynomials
2 participants