You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
maramihali
changed the title
Implement tree technique for computing the pow polynomial, shared by the perturbation and combiner polynomial
Implement tree technique for computing the pow polynomial, shared by the perturbation and combiner polynomials
Aug 18, 2023
maramihali
changed the title
Implement tree technique for computing the pow polynomial, shared by the perturbation and combiner polynomials
Implement tree technique for computing the pow polynomial, used by the perturbation polynomial
Sep 25, 2023
This PR implements the power perturbator polynomial (F(X) in the paper),
following the tree technique in the paper, allowing computation of the
polynomial in coefficient form in O(N) time where N is the size of the
instance. Resolves
[#693](AztecProtocol/barretenberg#693) and
[#687](AztecProtocol/barretenberg#687)
The relation-related functionality from sumcheck that is now used in
both sumcheck and PG has been moved in a shared `RelationUtils` file
This PR implements the power perturbator polynomial (F(X) in the paper),
following the tree technique in the paper, allowing computation of the
polynomial in coefficient form in O(N) time where N is the size of the
instance. Resolves
[#693](#693) and
[#687](#687)
The relation-related functionality from sumcheck that is now used in
both sumcheck and PG has been moved in a shared `RelationUtils` file
No description provided.
The text was updated successfully, but these errors were encountered: