-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Refactor
WitnessEntities
to be able to derive `WitnessCommit…
…ments` from it (#3479) This PR removes the sorted polynomials from `WitnessEntities` and moves them as part of the `ProverInstance` since they are not actual witness polynomials that we _commit_ to, just used to compute the sorted accumulator polynomial. This allows us to define a `WitnessCommitments` structure from `WitnessEntities`. The Prover will be responsible for computing the `Instance`'s` WitnessCommitments`. Moreover, the task of computing the `VerificationKey` is moved to the `Composer`, as the Instance should not have the `CommitmentKey`.
- Loading branch information
1 parent
d78775a
commit 9c9b561
Showing
13 changed files
with
192 additions
and
204 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
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
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
Oops, something went wrong.