halo2/halo2_proofs/src/plonk
therealyingtong c443665224 lookup::prover: Compress expressions and cosets in commit_permuted
The theta challenge is used in the lookup argument to compress the
input and table expressions. This can be done fully in the
commit_permuted step, after which the original uncompressed
expressions are no longer needed.

Author: Ying Tong Lai <yingtong@z.cash>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-10-08 12:07:54 +01:00
..
circuit feat: make `Expression::{Fixed,Advice,Instance}` to wrap their own `Query` struct 2022-07-15 10:33:47 -04:00
lookup lookup::prover: Compress expressions and cosets in commit_permuted 2022-10-08 12:07:54 +01:00
permutation halo2_proofs: Narrow `clippy::too_many_arguments` lint override 2022-09-09 18:15:10 +00:00
vanishing halo2_proofs: Narrow `clippy::too_many_arguments` lint override 2022-09-09 18:15:10 +00:00
verifier halo2_proofs: Remove unused imports 2022-09-09 17:43:43 +00:00
assigned.rs halo2_proofs: Remove unused imports 2022-09-09 17:43:43 +00:00
circuit.rs Merge pull request #623 from zcash/table-col-equality 2022-09-13 08:03:20 -06:00
error.rs halo2_proofs: Remove unused imports 2022-09-09 17:43:43 +00:00
keygen.rs Cache the representative of `VerifyingKey` used in transcripts 2022-06-22 19:25:32 +00:00
lookup.rs Move `halo2` code into `halo2_proofs` crate 2022-01-20 18:50:43 +00:00
permutation.rs halo2_proofs: Remove unused imports 2022-09-09 17:43:43 +00:00
prover.rs lookup::prover: Compress expressions and cosets in commit_permuted 2022-10-08 12:07:54 +01:00
vanishing.rs Move `halo2` code into `halo2_proofs` crate 2022-01-20 18:50:43 +00:00
verifier.rs halo2_proofs: Remove unused imports 2022-09-09 17:43:43 +00:00