orchard/src
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
..
circuit merkle: Replace l_plus_1 fixed column with q_decompose selector. 2021-07-25 21:10:13 +08:00
constants
note Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00
primitives
spec
test_vectors
address.rs
builder.rs Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00
bundle.rs
circuit.rs sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
constants.rs
keys.rs Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00
lib.rs
note.rs
note_encryption.rs
primitives.rs
spec.rs
test_vectors.rs
tree.rs Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00
value.rs Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00