halo2/src
Jack Grigg 28489d03ad Rename `VerifyFailure::Cell` to `VerifyFailure::CellNotAssigned`
Closes zcash/halo2#381.
2021-12-20 14:45:56 +00:00
..
circuit Remove redundant Error suffix from Error cases 2021-11-10 16:19:36 +00:00
dev Merge pull request #376 from zcash/364-mockprover-constraint-values 2021-11-18 19:23:42 +00:00
plonk Change to `Into<Column<Any>>` for pub API methods (#416) 2021-12-15 17:05:31 +00:00
poly multiopen: Remove unused structs 2021-12-02 15:31:36 +00:00
arithmetic.rs Use `ff::Field::pow_vartime` instead of `FieldExt::pow` 2021-09-30 22:54:42 +01:00
circuit.rs Simplify bounds on AssignedCell's V type. 2021-11-30 11:17:58 -05:00
dev.rs Rename `VerifyFailure::Cell` to `VerifyFailure::CellNotAssigned` 2021-12-20 14:45:56 +00:00
helpers.rs Remove usages of `CurveAffine::{read, write}` 2021-09-30 23:06:32 +01:00
lib.rs clippy: Allow unused imports 2021-10-01 13:33:47 +01:00
multicore.rs Use global rayon threadpool. 2021-07-03 15:17:03 +01:00
plonk.rs Allow dead code for `Pinned*` structs 2021-12-02 15:19:24 +00:00
poly.rs Remove `impl Default for Rotation` 2021-12-02 15:19:24 +00:00
transcript.rs Use `ff::PrimeField::{from_repr, to_repr}` instead of `FieldExt` 2021-09-30 22:53:00 +01:00