halo2/src/plonk
therealyingtong 85c5f4412d Refactor Transcript API
- remove method to return a challenge in the base field
- let ChallengeSpace decide length of raw challenge instead of limiting it to u128

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-04-23 19:18:41 +08:00
..
lookup Propagate type changes 2021-04-23 19:18:41 +08:00
permutation Propagate type changes 2021-04-23 19:18:41 +08:00
vanishing Propagate type changes 2021-04-23 19:18:41 +08:00
circuit.rs Relocate computation of the degree of the constraint system to the ConstraintSystem struct. 2021-02-26 08:22:05 -07:00
keygen.rs Relocate computation of the degree of the constraint system to the ConstraintSystem struct. 2021-02-26 08:22:05 -07:00
lookup.rs Rename column -> expression for lookups 2021-02-18 15:41:36 -07:00
permutation.rs Refactor verification key hashing logic to use Display impls. 2021-02-17 15:19:34 -07:00
prover.rs Propagate type changes 2021-04-23 19:18:41 +08:00
vanishing.rs Update the PLONK implementation to adapt to the new transcript API. 2021-01-06 10:45:11 -07:00
verifier.rs Refactor Transcript API 2021-04-23 19:18:41 +08:00