Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Optimize tau generation with PowPolynomial in snark.rs
- 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
- Loading branch information