halo2/src/plonk
Sean Bowe 28439414f4
(attempt 1 at implementing daira's algorithm)
2021-07-23 08:14:15 -06:00
..
lookup Distinguish between simple and non-simple selectors, and allow the former in lookup arguments. 2021-07-22 10:07:20 -06:00
permutation Merge branch 'main' into coset-optimization 2021-07-19 14:43:37 +01:00
vanishing Collapse random_{poly,blind} fields back into Committed in other structures. 2021-07-13 16:19:44 -06:00
circuit.rs (attempt 1 at implementing daira's algorithm) 2021-07-23 08:14:15 -06:00
keygen.rs Use locally generated ConstraintSystem to avoid performing optimizations twice. 2021-07-21 13:34:56 -06:00
lookup.rs Fix omitted notation to explicitly designate l_last and l_blind as polynomials. 2021-07-13 16:30:52 -06:00
permutation.rs Minor changes to comments. 2021-07-14 09:46:29 -06:00
prover.rs Create actual selector columns only during an optimization pass. 2021-07-21 12:55:19 -06:00
vanishing.rs Update the PLONK implementation to adapt to the new transcript API. 2021-01-06 10:45:11 -07:00
verifier.rs Create actual selector columns only during an optimization pass. 2021-07-21 12:55:19 -06:00