pasta_curves-source/src/plonk
Jack Grigg 82da677add Add name field to ConstraintSystem::create_gate
The name has type `&'static str`, as gates apply to every row and thus
do not require any runtime information to name.
2021-02-01 18:38:13 +00:00
..
lookup Require Rotation instead of i32 for relative rows in circuits. 2021-01-14 11:57:32 -07:00
permutation Only write k in Params; calculate n when reading 2021-01-24 08:07:30 +08:00
vanishing clippy: Small cleanups 2021-01-14 08:43:25 -07:00
circuit.rs Add name field to ConstraintSystem::create_gate 2021-02-01 18:38:13 +00:00
keygen.rs Add name field to ConstraintSystem::create_gate 2021-02-01 18:38:13 +00:00
lookup.rs Refactor PLONK prover 2021-01-31 11:45:40 +08:00
permutation.rs Refactor PLONK prover 2021-01-31 11:45:40 +08:00
prover.rs Add name field to ConstraintSystem::create_gate 2021-02-01 18:38:13 +00:00
vanishing.rs Update the PLONK implementation to adapt to the new transcript API. 2021-01-06 10:45:11 -07:00
verifier.rs Add name field to ConstraintSystem::create_gate 2021-02-01 18:38:13 +00:00