pasta_curves-source/src/poly/commitment
Sean Bowe 98c1d80c90
Avoid square challenges and forking in inner product argument
This modifies the scheme to be almost identical to the construction
outlined in Appenix A.2 of "Proof-Carrying Data from Accumulation
Schemes" (https://eprint.iacr.org/2020/499). The only remaining
difference is that we do not compute [v] U but instead subtract
[v] G_0 from the commitment before opening.
2021-01-12 07:40:20 -07:00
..
msm.rs Modification of the polynomial commitment scheme to compensate for Transcript API changes. 2021-01-06 10:40:26 -07:00
prover.rs Avoid square challenges and forking in inner product argument 2021-01-12 07:40:20 -07:00
verifier.rs Avoid square challenges and forking in inner product argument 2021-01-12 07:40:20 -07:00