orchard/src
therealyingtong f6c951d975 sinsemilla: Decompose fixed_y_q into binary selector and constant.
Previously, fixed_y_q was a non-binary selector that both loaded
the y_Q value and toggled the y_Q gate.

Now, the gate is toggled by a q_s4 simple selector, while the value
is loaded into a separate fixed column.
2021-07-25 21:10:01 +08:00
..
circuit sinsemilla: Decompose fixed_y_q into binary selector and constant. 2021-07-25 21:10:01 +08:00
constants ecc.rs: Add MulFixedBaseField type. 2021-07-15 20:51:52 +08:00
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 Circuit::synthesize(): Diversified address integrity. 2021-07-21 20:35:43 +08:00
keys.rs Minor refactors, text fixes, and docfixes. 2021-07-23 00:15:54 +08:00
lib.rs
note.rs builder.rs: Update ActionInfo::build() to fill in Circuit fields. 2021-07-21 20:35:43 +08:00
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