orchard/src/circuit/gadget
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
..
ecc mul_fixed::short: Check that last window is either 0 or 1. 2021-07-07 23:10:59 +08:00
poseidon
sinsemilla rustfmt 2021-06-29 22:46:07 +01:00
utilities
ecc.rs mul::overflow.rs: Overflow check in variable-base scalar mul 2021-07-07 23:10:59 +08:00
poseidon.rs
sinsemilla.rs
utilities.rs Optimize transpose_option_array 2021-06-29 22:43:50 +01:00