-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves from our original product-based sumcheck implementation, to Jolt's `comb_fn`-based implementation. Handling the `comb_fn` is still a bit finicky. I've further explored moving it to the `VirtualPolynomial` as a field, however using either `dyn`amic dispatch or being `<`templated`>` is a bit awkward, mainly because we are using it as a closure. However using it as a closure is useful for us due to their versatility and advantage in capturing stuff. Currently, as it stands provides the lowest impact in readability and performance. Let me know if you guys have any other ideas on how to handle this. Also removes `VirtualPolynomial`.
- Loading branch information
Showing
14 changed files
with
473 additions
and
1,123 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
Oops, something went wrong.