halo2/src
Sean Bowe 28439414f4
(attempt 1 at implementing daira's algorithm)
2021-07-23 08:14:15 -06:00
..
circuit minor clippy fixes 2021-07-22 12:07:17 -06:00
dev Update circuit graph tooling to account for selector optimization. 2021-07-22 10:06:48 -06:00
plonk (attempt 1 at implementing daira's algorithm) 2021-07-23 08:14:15 -06:00
poly Add clarifying comment to `distribute_powers_zeta`. 2021-07-19 09:08:24 -06:00
arithmetic.rs Rename *_cpus to *_threads. 2021-07-03 15:17:21 +01:00
circuit.rs Fix clippy lints 2021-07-21 09:31:27 +08:00
dev.rs Create actual selector columns only during an optimization pass. 2021-07-21 12:55:19 -06:00
lib.rs Use global rayon threadpool. 2021-07-03 15:17:03 +01:00
multicore.rs Use global rayon threadpool. 2021-07-03 15:17:03 +01:00
plonk.rs Add test cases exercising Error::NotEnoughColumnsForConstants 2021-07-21 16:44:14 +01:00
poly.rs Make permutation argument perfectly complete and zero-knowledge. 2021-07-02 16:20:36 -06:00
transcript.rs Make prover messages unambiguous and alter the manner in which challenges are squeezed. 2021-06-22 14:06:02 -06:00