-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: don't treat randomizer polynomial special
Non-critical bug: prover & verifier used to suggest that the randomizer polynomial should be treated in a special way for the DEEP update. Now, they do not suggest this anymore. No behavior changes. An alternative approach is to add the randomizer polynomial into the combination codeword without multiplying it by a random weight first. This approach is not taken for now due to upcoming changes to the way the random linear sum's weights are constructed. BREAKING CHANGE: Delete method `fri_domain_randomizer_polynomials`, which always returns an empty vector, making it de-facto useless.
- Loading branch information
1 parent
9ca3951
commit 9bbe963
Showing
2 changed files
with
17 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters