orchard/src/circuit/gadget/sinsemilla
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
..
chip sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
merkle merkle: Replace l_plus_1 fixed column with q_decompose selector. 2021-07-25 21:10:13 +08:00
chip.rs sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
commit_ivk.rs sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
merkle.rs sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
message.rs
note_commit.rs sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00