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
Contributor

  • 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

@huitseeker huitseeker requested a review from adr1anh February 23, 2024 23:57
@huitseeker huitseeker enabled auto-merge February 23, 2024 23:57
- 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 lurk-lang#155
@huitseeker huitseeker added this pull request to the merge queue Feb 24, 2024
Merged via the queue into lurk-lang:dev with commit 4b47563 Feb 24, 2024
9 checks passed
@huitseeker huitseeker deleted the use_pow_for_tau branch February 24, 2024 13:40
github-actions bot pushed a commit that referenced this pull request Dec 30, 2024
* upgrade halo2curves 0.7.0

* version 0.39.0

* simplify trait impl, with latest halo2curves

* export field and point types

* small cleanup

* update to the latest

* cargo fmt

* fix names

* fix hash
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