orchard/src/circuit
therealyingtong 37074c64f5 mul_fixed::short: Check that last window is either 0 or 1.
The magnitude of the short signed scalar must be 64 bits. We decompose
the magnitude into 22 3-bit windows and check that each window is in
the 3-bit range.

However, since the first 21 windows have already accounted for 63 bits,
the last window is constrained to be a single bit.
2021-07-07 23:10:59 +08:00
..
gadget mul_fixed::short: Check that last window is either 0 or 1. 2021-07-07 23:10:59 +08:00
gadget.rs gadget::sinsemilla.rs: Add Sinsemilla instructions. 2021-06-19 18:14:22 +08:00