orchard/src/circuit/gadget/ecc/chip
therealyingtong e846536b4e decompose_running_sum: Remove NUM_WINDOWS, WORD_NUM_BITS const generics
These are now provided as inputs to the witness_decompose() and
copy_decompose() methods. This allows us to reuse the same config
for different word/window lengths, avoiding a duplicate constraint
creation.

Co-authored-by: Jack Grigg <jack@electriccoin.co>
2021-07-17 12:10:13 +08:00
..
mul gadget::ecc.rs: Inline witness_scalar_* APIs. 2021-07-15 20:46:46 +08:00
mul_fixed decompose_running_sum: Remove NUM_WINDOWS, WORD_NUM_BITS const generics 2021-07-17 12:10:13 +08:00
add.rs mul.rs: Explain ordering of mul::incomplete advice columns. 2021-07-14 18:30:43 +08:00
add_incomplete.rs mul_fixed::base_field_elem.rs: Check canonicity of base field element used in fixed-base scalar mul. 2021-07-07 23:12:31 +08:00
mul.rs gadget::ecc.rs: Inline witness_scalar_* APIs. 2021-07-15 20:46:46 +08:00
mul_fixed.rs ecc.rs: Add MulFixedBaseField type. 2021-07-15 20:51:52 +08:00
witness_point.rs add_incomplete::tests: Constrain output of `P + Q` test. 2021-06-14 00:19:21 +08:00