Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libsnark/reductions/r1cs_to_qap/r1cs_to_qap.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ qap_instance_evaluation<FieldT> r1cs_to_qap_instance_map_with_evaluation(const r
* (3) compute evaluations of A,B,C on T = "coset of S"
* (4) compute evaluation of H on T
* (5) compute coefficients of H
* (6) patch H to account for d1,d2,d3 (i.e., add coefficients of the polynomial (A d2 + B d1 - d3) + d1*d2*Z )
* (6) patch H to account for d1,d2,d3 (i.e., add coefficients of the polynomial (d2*A + d1*B - d3) + d1*d2*Z )
*
* The code below is not as simple as the above high-level description due to
* some reshuffling to save space.
Expand Down