halo2/src
Jack Grigg 81a7936d99 pasta: Split halo2-specific curve-specific logic into a separate macro 2021-02-22 18:53:27 +00:00
..
arithmetic Avoid heap allocations within hash_to_curve. 2021-02-22 10:15:30 -07:00
circuit
dev Rename "auxiliary column" to "instance column" in the book and in code. fixes #181 2021-02-14 21:09:49 +00:00
gadget Add gadgets for elliptic curve operations 2021-02-17 00:49:22 +00:00
pasta pasta: Split halo2-specific curve-specific logic into a separate macro 2021-02-22 18:53:27 +00:00
plonk Need a borrow here. 2021-02-18 23:50:19 +00:00
poly Add test for polynomial rotation in Lagrange form. 2021-02-18 16:25:00 -07:00
arithmetic.rs Move hashtocurve module into pasta module. 2021-02-19 15:52:11 +00:00
circuit.rs Use Column<Any> in Permutation::Argument 2021-02-17 21:32:17 +08:00
dev.rs Add Expression::Const variant 2021-02-18 15:41:36 -07:00
gadget.rs Add gadgets for elliptic curve operations 2021-02-17 00:49:22 +00:00
lib.rs Allow unknown clippy lints so that lints added in nightly don't break CI 2021-02-15 07:53:27 -07:00
model.rs
pasta.rs Remove `SimplifiedSWUWithDegree3Isogeny` structure because state is no longer necessary. 2021-02-19 15:52:11 +00:00
plonk.rs Update pinned verification key to account for circuit changes 2021-02-18 15:48:20 -07:00
poly.rs Account for Rotations of LagrangeCoeff values 2021-02-18 15:41:36 -07:00
transcript.rs Add common_scalar method to Transcript. 2021-02-12 09:08:56 -07:00