orchard/src/circuit/gadget
therealyingtong 29f185014f merkle: Replace l_plus_1 fixed column with q_decompose selector.
Previously, l_plus_1 was a non-binary fixed column, used to
1. provide the value of l + 1; and
2. toggle the decomposition gate.

Now, the value is copied in from the global constants column, and
the toggle is handled by a binary q_decompose selector.
2021-07-25 21:10:13 +08:00
..
ecc merkle: Replace l_plus_1 fixed column with q_decompose selector. 2021-07-25 21:10:13 +08:00
poseidon Optimise location of Poseidon within Action circuit 2021-07-21 16:03:54 +01:00
sinsemilla merkle: Replace l_plus_1 fixed column with q_decompose selector. 2021-07-25 21:10:13 +08:00
utilities Remove standard PLONK helper. 2021-07-23 17:58:58 +08:00
ecc.rs De-duplicate LookupRangeCheckConfig 2021-07-21 16:03:54 +01:00
poseidon.rs Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00
sinsemilla.rs sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
utilities.rs Remove standard PLONK helper. 2021-07-23 17:58:58 +08:00