pasta_curves-source/src
2021-02-24 00:18:22 +08:00
..
arithmetic Move CURVE_ID to CurveExt. 2021-02-22 16:30:05 -07:00
circuit Modify Assignment::copy() to take Column<Any> instead of usize 2021-02-24 00:18:22 +08:00
dev Rename "auxiliary column" to "instance column" in the book and in code. fixes #181 2021-02-14 21:09:49 +00:00
gadget Merge pull request #191 from zcash/sha-256-gadget-namespacing 2021-02-23 08:49:03 -07:00
pasta Move CURVE_ID to CurveExt. 2021-02-22 16:30:05 -07:00
plonk Modify Assignment::copy() to take Column<Any> instead of usize 2021-02-24 00:18:22 +08:00
poly Switch to domain prefix based on what is suggested in #182 by @daira. 2021-02-22 16:13:11 -07:00
arithmetic.rs Migrate to group traits 2021-02-22 20:20:23 +00:00
circuit.rs Move Permutation struct from crate::circuit -> plonk::circuit 2021-02-24 00:17:29 +08:00
dev.rs Modify Assignment::copy() to take Column<Any> instead of usize 2021-02-24 00:18:22 +08: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 model: metrics 0.13.0-alpha.13 2020-12-22 12:27:36 +00:00
pasta.rs Migrate to group traits 2021-02-22 20:20:23 +00:00
plonk.rs Modify Assignment::copy() to take Column<Any> instead of usize 2021-02-24 00:18:22 +08:00
poly.rs Account for Rotations of LagrangeCoeff values 2021-02-18 15:41:36 -07:00
transcript.rs Remove BLAKE2B_PERSONALIZATION constant. 2021-02-22 15:53:22 -07:00