halo2/src/circuit/gadget
therealyingtong 96863c9f73 mul_fixed::*: Use a separate region for complete addition assignment.
The mul_fixed regions use complete addition on the last window,
and incomplete addition on all other windows. However, the complete
addition does not depend on any offsets in the incomplete addition
region, and can be separated into a disjoint region. Since incomplete
addition uses only four advice columns, while complete addition uses
nine, separating the regions would allow the layouter to optimise
their placement.

Co-authored-by: Jack Grigg <jack@electriccoin.co>
2021-07-08 12:04:43 +08:00
..
ecc mul_fixed::*: Use a separate region for complete addition assignment. 2021-07-08 12:04:43 +08:00
poseidon
sinsemilla
utilities
ecc.rs
poseidon.rs
sinsemilla.rs
utilities.rs gadget::utilities.rs: Add bitrange_subset() helper. 2021-07-07 23:12:31 +08:00